From cbc122e627cf8abf286b2e1a306909a57711f13d Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 6 Apr 2025 00:07:28 +0000 Subject: [PATCH] Release 20250406.0.331908 --- 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 882c982..031994c 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250405.0.331757/base-20250405.0.331757.tar.zst" && \ - echo "413b8af82ed65572289eeda14641b61b710a12d4ac029c2a1dc64b5102fae7fd base-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-20250406.0.331908.tar.zst" && \ + echo "506536bb6a0bbe49ae58edd081e233518fa344707db91f371b11df47b8dd8edc base-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250405.0.331757.tar.zst + tar -C /rootfs --extract --file base-20250406.0.331908.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="20250405.0.331757" +LABEL org.opencontainers.image.version="20250406.0.331908" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00" +LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index fe3a0f1..6db8d13 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250405.0.331757/base-devel-20250405.0.331757.tar.zst" && \ - echo "8afd8a53f12b0543b2cf404890b065ebd1d5a9c9553ab8ddfc6d052ea3433966 base-devel-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-devel-20250406.0.331908.tar.zst" && \ + echo "925433ac7c39328bb268540b2b7ba3743e276780ff278b582b193f0b61bfd979 base-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250405.0.331757.tar.zst + tar -C /rootfs --extract --file base-devel-20250406.0.331908.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="20250405.0.331757" +LABEL org.opencontainers.image.version="20250406.0.331908" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00" +LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e9e30a9..e5cb574 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250405.0.331757/multilib-devel-20250405.0.331757.tar.zst" && \ - echo "2b6b31130023cb01a45c907969fc41888ac28b8a8f3bfda77d2f324413de38a9 multilib-devel-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/multilib-devel-20250406.0.331908.tar.zst" && \ + echo "4eb1a42fc896f459d04abcdf310896a7da14d1cf466ad25a41cce5b37d0c5be5 multilib-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250405.0.331757.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250406.0.331908.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="20250405.0.331757" +LABEL org.opencontainers.image.version="20250406.0.331908" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00" +LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]