From 7d5201d50afe35c661e430a479f65802f84721d0 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 10 May 2026 00:08:50 +0000 Subject: [PATCH] Release 20260510.0.525573 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ Dockerfile.multilib-devel | 12 ++++++------ Dockerfile.repro | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 5225581..137fc38 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/20260509.0.525446/base-20260509.0.525446.tar.zst" && \ - echo "3c849574c98cd61b3c35d25efe5b795a5940c0b5a6a8238493e6ac40a86d7c08 base-20260509.0.525446.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/base-20260510.0.525573.tar.zst" && \ + echo "3b8d106c34c8186ba638101ca5919870022cdef2571ae2081d09a5e432955eca base-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260509.0.525446.tar.zst + tar -C /rootfs --extract --file base-20260510.0.525573.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="20260509.0.525446" +LABEL org.opencontainers.image.version="20260510.0.525573" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-09T09:09:21+00:00" +LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260509.0.525446' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3af9213..6bf0001 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/20260509.0.525446/base-devel-20260509.0.525446.tar.zst" && \ - echo "3534dadc5712bd0500c6e9eeb85fb5267bc7a615227685b1767c000fdf5b5573 base-devel-20260509.0.525446.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/base-devel-20260510.0.525573.tar.zst" && \ + echo "5eca8cec8457e32492a4c6b0e2e61e7aab3c5bfff2c166a5a2263736b30eadad base-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260509.0.525446.tar.zst + tar -C /rootfs --extract --file base-devel-20260510.0.525573.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="20260509.0.525446" +LABEL org.opencontainers.image.version="20260510.0.525573" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-09T09:09:21+00:00" +LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260509.0.525446' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e7bee2c..7a4bc20 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/20260509.0.525446/multilib-devel-20260509.0.525446.tar.zst" && \ - echo "6c9c94dbb88c88be88b8d7bda36c1eb7c67e14142116fd6a3bcb59b04793a7ad multilib-devel-20260509.0.525446.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/multilib-devel-20260510.0.525573.tar.zst" && \ + echo "7535fcf1e93dda4019d3f81768c6b8fcd552cf4b4a842895f6291c84d1fb7aed multilib-devel-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260509.0.525446.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260510.0.525573.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="20260509.0.525446" +LABEL org.opencontainers.image.version="20260510.0.525573" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-09T09:09:21+00:00" +LABEL org.opencontainers.image.created="2026-05-10T00:08:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260509.0.525446' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 6956a99..670b0cc 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/20260509.0.525446/repro-20260509.0.525446.tar.zst" && \ - echo "3c37a81fca95c8808a88c5c85c17e23477ccbd0229be0fe3f661847660c594d7 repro-20260509.0.525446.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260510.0.525573/repro-20260510.0.525573.tar.zst" && \ + echo "284516ea893a75a91fa94534659f8edcb358632520388e5b20ee238d1ded4a12 repro-20260510.0.525573.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260509.0.525446.tar.zst + tar -C /rootfs --extract --file repro-20260510.0.525573.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="20260509.0.525446" +LABEL org.opencontainers.image.version="20260510.0.525573" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-09T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-10T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260509.0.525446' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260510.0.525573' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8