From 94294e72a4d2c142e9369ce02aea97deafb086e1 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 27 Mar 2026 09:06:30 +0000 Subject: [PATCH] Release 20260327.0.506592 --- 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 0eb8ea8..c4c5a6b 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260326.0.506302/base-20260326.0.506302.tar.zst" && \ - echo "f98ebbac831a7d1b572ceccacb4318fe29204d7acb37955f4508959a54845984 base-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/base-20260327.0.506592.tar.zst" && \ + echo "e632456cd947435b758327e9369c844933a63eb01b7e929826c8ea1229c3b952 base-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260326.0.506302.tar.zst + tar -C /rootfs --extract --file base-20260327.0.506592.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="20260326.0.506302" +LABEL org.opencontainers.image.version="20260327.0.506592" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00" +LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index e69244d..f31b105 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260326.0.506302/base-devel-20260326.0.506302.tar.zst" && \ - echo "23b0b317e04951ea5299b58f6b1e01a4d2b518d62a77d7f0623e229377a854b1 base-devel-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/base-devel-20260327.0.506592.tar.zst" && \ + echo "a6990a65868933a079f3e6e2a2275923f3fadcec6f69fbb0d706cdfc7754d1b7 base-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260326.0.506302.tar.zst + tar -C /rootfs --extract --file base-devel-20260327.0.506592.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="20260326.0.506302" +LABEL org.opencontainers.image.version="20260327.0.506592" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00" +LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8b25567..dbb6606 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260326.0.506302/multilib-devel-20260326.0.506302.tar.zst" && \ - echo "0f28f40f73b6bcad191bc09d91a70ca8b21176830eee79448bf27399263052c4 multilib-devel-20260326.0.506302.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260327.0.506592/multilib-devel-20260327.0.506592.tar.zst" && \ + echo "5f5beb4b83dc4cf30f5673e35ae29e80a9e94c8efd5116b5c72975c3eba27039 multilib-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260326.0.506302.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260327.0.506592.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="20260326.0.506302" +LABEL org.opencontainers.image.version="20260327.0.506592" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-26T09:06:30+00:00" +LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260326.0.506302' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]