From 0fc0a650d90bf036a88bb3cc188e981becce59ab Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 15 Mar 2026 00:06:55 +0000 Subject: [PATCH] Release 20260315.0.500537 --- 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 eae3f1d..e46e84b 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/20260314.0.499961/base-20260314.0.499961.tar.zst" && \ - echo "c32776ae229ccc1ff5100dfc7e20fe23804afee1d5c8d4c3ac220ce079234007 base-20260314.0.499961.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260315.0.500537/base-20260315.0.500537.tar.zst" && \ + echo "e19d535a439005acb8051240726c410d3ecee91c69f5e1b73be62c1d67a42ab6 base-20260315.0.500537.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260314.0.499961.tar.zst + tar -C /rootfs --extract --file base-20260315.0.500537.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="20260314.0.499961" +LABEL org.opencontainers.image.version="20260315.0.500537" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-14T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-03-15T00:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260314.0.499961' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260315.0.500537' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index c312d31..43e2db1 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/20260314.0.499961/base-devel-20260314.0.499961.tar.zst" && \ - echo "7e20c2f322253132eb48fc44b9fa262fb6e923e0d4301f0c0fd71ebaec1ed753 base-devel-20260314.0.499961.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260315.0.500537/base-devel-20260315.0.500537.tar.zst" && \ + echo "40017ded6812deb806af47bfb71238565ad4980e4ee32087114829015696d734 base-devel-20260315.0.500537.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260314.0.499961.tar.zst + tar -C /rootfs --extract --file base-devel-20260315.0.500537.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="20260314.0.499961" +LABEL org.opencontainers.image.version="20260315.0.500537" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-14T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-03-15T00:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260314.0.499961' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260315.0.500537' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 79ee640..e3351e8 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/20260314.0.499961/multilib-devel-20260314.0.499961.tar.zst" && \ - echo "992bfee67dc1106d5ab3380a3b891e7a9b9859bb7e12e978e6ba4bef9c0ba9ff multilib-devel-20260314.0.499961.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260315.0.500537/multilib-devel-20260315.0.500537.tar.zst" && \ + echo "556a2a31b0497b6da19c7744c534382e473e9869b329cbf3f15c5a78f911fa4b multilib-devel-20260315.0.500537.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260314.0.499961.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260315.0.500537.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="20260314.0.499961" +LABEL org.opencontainers.image.version="20260315.0.500537" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-14T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-03-15T00:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260314.0.499961' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260315.0.500537' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]