From c208240c2e32861a4bd3300a66579d963e924f07 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 27 Apr 2026 12:54:06 +0000 Subject: [PATCH] Release 20260427.0.521366 --- Dockerfile.base | 14 +++++++------- Dockerfile.base-devel | 14 +++++++------- Dockerfile.multilib-devel | 14 +++++++------- Dockerfile.repro | 14 +++++++------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 3aca390..e8a0400 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/20260426.0.520924/base-20260426.0.520924.tar.zst" && \ - echo "874ca9c0c6b603754a92fe389be54ef5aeb722080d7cabd37436b0a23afb67c0 base-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260427.0.521366/base-20260427.0.521366.tar.zst" && \ + echo "7cae1d7e50b2805b10ba7cd2a08f75a9375e5eb905ae5d35fb2b7ddb6e549329 base-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260426.0.520924.tar.zst + tar -C /rootfs --extract --file base-20260427.0.521366.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="20260426.0.520924" -LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00" +LABEL org.opencontainers.image.version="20260427.0.521366" +LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" +LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7f39384..1eb764c 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/20260426.0.520924/base-devel-20260426.0.520924.tar.zst" && \ - echo "d228938ab5f897f0e4bd44f113b50166ecd71b11a661e7311733248dec27eaf8 base-devel-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260427.0.521366/base-devel-20260427.0.521366.tar.zst" && \ + echo "17d09d94dcd89024338b89aaf3be5776a4c58f42d8ae76347303bc0bd8412e7c base-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260426.0.520924.tar.zst + tar -C /rootfs --extract --file base-devel-20260427.0.521366.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="20260426.0.520924" -LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00" +LABEL org.opencontainers.image.version="20260427.0.521366" +LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" +LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2132dbb..15b5355 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/20260426.0.520924/multilib-devel-20260426.0.520924.tar.zst" && \ - echo "911660bb2a274baf8ded8e997933007eb2e31f69df9de44bc1d9e6ed5c662cb8 multilib-devel-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260427.0.521366/multilib-devel-20260427.0.521366.tar.zst" && \ + echo "21aa7decd67a960be4aa4c7dd7671b1d7c2caf0756492151c81a61abad7e9759 multilib-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260426.0.520924.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260427.0.521366.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="20260426.0.520924" -LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-26T09:08:39+00:00" +LABEL org.opencontainers.image.version="20260427.0.521366" +LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" +LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index a54d39f..cf1bddc 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/20260426.0.520924/repro-20260426.0.520924.tar.zst" && \ - echo "fcc31ab8f4de74090d7595e411a01a4680b8f8855a2bc8df2b6ea5cbddc456c0 repro-20260426.0.520924.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260427.0.521366/repro-20260427.0.521366.tar.zst" && \ + echo "bdcf4ded9bcb6b9b0d5e91b57c193bc51f732f45c5114bec17c64e2ef6a5fd26 repro-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260426.0.520924.tar.zst + tar -C /rootfs --extract --file repro-20260427.0.521366.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="20260426.0.520924" -LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-26T00:00:00Z" +LABEL org.opencontainers.image.version="20260427.0.521366" +LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" +LABEL org.opencontainers.image.created="2026-04-27T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260426.0.520924' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8