From 7cf1d17109a7377916632b91a869514c703382ec Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Wed, 27 Mar 2024 09:07:31 +0000 Subject: [PATCH] Release 20240327.0.224946 --- 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 9041cea..49bd06f 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/20240326.0.224674/base-20240326.0.224674.tar.zst" && \ - echo "5478d2b9c0ce0ae3f6f6fa0dd8c4e13ae23f6c9922d97c6588a6dabb78fcc236 base-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/base-20240327.0.224946.tar.zst" && \ + echo "03cec27ed02098bb3366ba4e497f5d3802fc0a5fb5ea789179556d2c564d0e96 base-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240326.0.224674.tar.zst + tar -C /rootfs --extract --file base-20240327.0.224946.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="20240326.0.224674" +LABEL org.opencontainers.image.version="20240327.0.224946" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00" +LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index eaeb7a2..2cd0fc5 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/20240326.0.224674/base-devel-20240326.0.224674.tar.zst" && \ - echo "b9cf1a05d2b2192c464b08910e0d2494609d89b1bd093809f1abadfc5c50e050 base-devel-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/base-devel-20240327.0.224946.tar.zst" && \ + echo "821d7c709374df34e033607b75244105ac55639982676a1a35b0ebff26b6ddfc base-devel-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240326.0.224674.tar.zst + tar -C /rootfs --extract --file base-devel-20240327.0.224946.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="20240326.0.224674" +LABEL org.opencontainers.image.version="20240327.0.224946" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00" +LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0ab7a0e..0cc2b57 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/20240326.0.224674/multilib-devel-20240326.0.224674.tar.zst" && \ - echo "0c3efdd63aec4f950ccbae860808e8af3f65fe4f3a75ad27863abaae4455ca2b multilib-devel-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/multilib-devel-20240327.0.224946.tar.zst" && \ + echo "5bd7aa8a02dca92164fa83e600e3bd533ab3ad8ecbbe2fcf17aadcbcd0d042fb multilib-devel-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240326.0.224674.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240327.0.224946.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="20240326.0.224674" +LABEL org.opencontainers.image.version="20240327.0.224946" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00" +LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]