From 0e9874156704f153711a235e33c390c69edfedda Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 11 May 2026 09:09:24 +0000 Subject: [PATCH] Release 20260511.0.526496 --- Dockerfile.base | 15 +++++++-------- Dockerfile.base-devel | 15 +++++++-------- Dockerfile.multilib-devel | 15 +++++++-------- Dockerfile.repro | 14 +++++++------- 4 files changed, 28 insertions(+), 31 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index fd8c8f7..74535cf 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/20260510.0.526011/base-20260510.0.526011.tar.zst" && \ - echo "b7fd65adec3799d90f811c3ad2600fefab862be3612902707d810236df3c0466 base-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260511.0.526496/base-20260511.0.526496.tar.zst" && \ + echo "1c943bd72ef61ca0d32d4d475bd816515c880baeea7b0bb2387ea583b2eb13b7 base-20260511.0.526496.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260510.0.526011.tar.zst + tar -C /rootfs --extract --file base-20260511.0.526496.tar.zst FROM scratch AS root @@ -29,15 +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="20260510.0.526011" -LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00" +LABEL org.opencontainers.image.version="20260511.0.526496" +LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" +LABEL org.opencontainers.image.created="2026-05-11T09:09:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /etc/os-release && \ - true + sed -i '/BUILD_ID/a VERSION_ID=20260511.0.526496' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4f25ea4..55425bd 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/20260510.0.526011/base-devel-20260510.0.526011.tar.zst" && \ - echo "cb2009076a9c89bf313438fafe4628bc73471c1fbc71b03addccb87754c1d521 base-devel-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260511.0.526496/base-devel-20260511.0.526496.tar.zst" && \ + echo "e9457a4e9cbb960380b4e75849ffa42f3efebbdb642ef1080ebc5d8d1b3c2901 base-devel-20260511.0.526496.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260510.0.526011.tar.zst + tar -C /rootfs --extract --file base-devel-20260511.0.526496.tar.zst FROM scratch AS root @@ -29,15 +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="20260510.0.526011" -LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00" +LABEL org.opencontainers.image.version="20260511.0.526496" +LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" +LABEL org.opencontainers.image.created="2026-05-11T09:09:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /etc/os-release && \ - true + sed -i '/BUILD_ID/a VERSION_ID=20260511.0.526496' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 3b1f3c2..719b698 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/20260510.0.526011/multilib-devel-20260510.0.526011.tar.zst" && \ - echo "cc6300ea48835d262836b3838992840874017e1c5987168f9195bd5eff945592 multilib-devel-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260511.0.526496/multilib-devel-20260511.0.526496.tar.zst" && \ + echo "fb3c2324f8dd7f15a3533af54ab28121dc579f4d8587a95d921c870ee9ba169a multilib-devel-20260511.0.526496.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260510.0.526011.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260511.0.526496.tar.zst FROM scratch AS root @@ -29,15 +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="20260510.0.526011" -LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-10T09:08:47+00:00" +LABEL org.opencontainers.image.version="20260511.0.526496" +LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" +LABEL org.opencontainers.image.created="2026-05-11T09:09:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /etc/os-release && \ - true + sed -i '/BUILD_ID/a VERSION_ID=20260511.0.526496' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.repro b/Dockerfile.repro index f9e2378..b37b209 100644 --- a/Dockerfile.repro +++ b/Dockerfile.repro @@ -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/20260510.0.526011/repro-20260510.0.526011.tar.zst" && \ - echo "284516ea893a75a91fa94534659f8edcb358632520388e5b20ee238d1ded4a12 repro-20260510.0.526011.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260511.0.526496/repro-20260511.0.526496.tar.zst" && \ + echo "4284d1a0e619cc2a5ca6d7af9c1e66a5e60707c982aac9924c721dd449851a97 repro-20260511.0.526496.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260510.0.526011.tar.zst + tar -C /rootfs --extract --file repro-20260511.0.526496.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="20260510.0.526011" -LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-10T00:00:00Z" +LABEL org.opencontainers.image.version="20260511.0.526496" +LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" +LABEL org.opencontainers.image.created="2026-05-11T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260510.0.526011' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260511.0.526496' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8