From da23ad85f90bb9f8fe0de0c62ef5945f4322719c Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Fri, 26 Apr 2024 09:07:08 +0000 Subject: [PATCH] Release 20240426.0.231748 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ Dockerfile.multilib-devel | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 900421e..c0d2120 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240425.0.231487/base-20240425.0.231487.tar.zst" && \ - echo "610d977f4d15c8b7c6ef5da4c3afbb4ac00b9381467e3922a8e98f4957b902e9 base-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/base-20240426.0.231748.tar.zst" && \ + echo "2be202c47ae030547a838e868bd3c62317067acbc64bf91d21615b8a4e8faea5 base-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240425.0.231487.tar.zst + tar -C /rootfs --extract --file base-20240426.0.231748.tar.zst FROM scratch AS root @@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux" LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" -LABEL org.opencontainers.image.version="20240425.0.231487" +LABEL org.opencontainers.image.version="20240426.0.231748" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8c3cf64..3146a24 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240425.0.231487/base-devel-20240425.0.231487.tar.zst" && \ - echo "df717faa837b2bcb6a40015d804dc82e23c93e75665136171daf32d43f4374b7 base-devel-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/base-devel-20240426.0.231748.tar.zst" && \ + echo "d2f19a2c1103af63d5a9a9f9581c671ecfd08e3692e53c907608a3920d901cc9 base-devel-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240425.0.231487.tar.zst + tar -C /rootfs --extract --file base-devel-20240426.0.231748.tar.zst FROM scratch AS root @@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux" LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" -LABEL org.opencontainers.image.version="20240425.0.231487" +LABEL org.opencontainers.image.version="20240426.0.231748" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index fe3e561..bede8b6 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240425.0.231487/multilib-devel-20240425.0.231487.tar.zst" && \ - echo "8f6c50f9c59c8c02fd48251b36582dd2d89c2b0241980262bae704f61ae4ced4 multilib-devel-20240425.0.231487.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240426.0.231748/multilib-devel-20240426.0.231748.tar.zst" && \ + echo "726b185ed52da09f1d3b58a40c7692cb2c1853583708846fe584fbd20433dd55 multilib-devel-20240426.0.231748.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240425.0.231487.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240426.0.231748.tar.zst FROM scratch AS root @@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux" LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" -LABEL org.opencontainers.image.version="20240425.0.231487" +LABEL org.opencontainers.image.version="20240426.0.231748" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-25T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-04-26T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240425.0.231487' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240426.0.231748' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]