From 21d133f4f6e069c88c2eb61f79a03ef91eb2cc5e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 2 May 2026 09:08:41 +0000 Subject: [PATCH] Release 20260502.0.523399 --- 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 000fa66..b089d70 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/20260501.0.523152/base-20260501.0.523152.tar.zst" && \ - echo "7a1234f7d6ad46d88fd39e7cc42c237232d8b4e3a20baf378f44ea0b610f24b6 base-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260502.0.523399/base-20260502.0.523399.tar.zst" && \ + echo "11a53fcb7c86107e88bd18b187fcd4dfa14308997457d191905f376c3000dc2a base-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260501.0.523152.tar.zst + tar -C /rootfs --extract --file base-20260502.0.523399.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="20260501.0.523152" +LABEL org.opencontainers.image.version="20260502.0.523399" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" +LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 1425a7c..dc5b7f8 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/20260501.0.523152/base-devel-20260501.0.523152.tar.zst" && \ - echo "f98fae671d02679a3c786445d1fc5f2d6e272509fd0a7c2a931a2c3f9d9f6032 base-devel-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260502.0.523399/base-devel-20260502.0.523399.tar.zst" && \ + echo "64107900050da515f7366cfea69addd9c7d9eece2605e83e4c68502800b3b8b2 base-devel-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260501.0.523152.tar.zst + tar -C /rootfs --extract --file base-devel-20260502.0.523399.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="20260501.0.523152" +LABEL org.opencontainers.image.version="20260502.0.523399" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" +LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 28ef101..ff7e98d 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/20260501.0.523152/multilib-devel-20260501.0.523152.tar.zst" && \ - echo "3045796c4b7dd09058bba1eb6d443e5039d170e4bdb2c68433a19bffe0affe21 multilib-devel-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260502.0.523399/multilib-devel-20260502.0.523399.tar.zst" && \ + echo "7ab761fc05bfb28f4c2fa1a0898835cc295d8a81a6fd417100887a5209d91511 multilib-devel-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260501.0.523152.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260502.0.523399.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="20260501.0.523152" +LABEL org.opencontainers.image.version="20260502.0.523399" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" +LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 50624f9..8143c5a 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/20260501.0.523152/repro-20260501.0.523152.tar.zst" && \ - echo "69b94ec9fa6a3c332be4cbd1f39337c5b34825ff1e5e88ed427faeb1b68b879e repro-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260502.0.523399/repro-20260502.0.523399.tar.zst" && \ + echo "58da3c4c484d811f5e9cb09ce7ecb41365c46c1164b459dc52fbc8f724d77ec4 repro-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260501.0.523152.tar.zst + tar -C /rootfs --extract --file repro-20260502.0.523399.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="20260501.0.523152" +LABEL org.opencontainers.image.version="20260502.0.523399" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-01T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-02T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8