From 953aec88ef84441cfb54fb4c47ea42da417c1ee1 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 28 Apr 2026 21:56:51 +0000 Subject: [PATCH] Release 20260428.0.521691 --- 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 e8a0400..a7476ca 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/20260427.0.521366/base-20260427.0.521366.tar.zst" && \ - echo "7cae1d7e50b2805b10ba7cd2a08f75a9375e5eb905ae5d35fb2b7ddb6e549329 base-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/base-20260428.0.521691.tar.zst" && \ + echo "0c15a640ae40596b0dcfeee03cf0ce4bd7c6195287ca9c564b7005fa9032b25f base-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260427.0.521366.tar.zst + tar -C /rootfs --extract --file base-20260428.0.521691.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="20260427.0.521366" +LABEL org.opencontainers.image.version="20260428.0.521691" LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" -LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" +LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 1eb764c..2c1c2d3 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/20260427.0.521366/base-devel-20260427.0.521366.tar.zst" && \ - echo "17d09d94dcd89024338b89aaf3be5776a4c58f42d8ae76347303bc0bd8412e7c base-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/base-devel-20260428.0.521691.tar.zst" && \ + echo "510b983529ec1bfeebda5751f1f32f68f715520247a2ae3a5649034b7a5a04d2 base-devel-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260427.0.521366.tar.zst + tar -C /rootfs --extract --file base-devel-20260428.0.521691.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="20260427.0.521366" +LABEL org.opencontainers.image.version="20260428.0.521691" LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" -LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" +LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 15b5355..45edb05 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/20260427.0.521366/multilib-devel-20260427.0.521366.tar.zst" && \ - echo "21aa7decd67a960be4aa4c7dd7671b1d7c2caf0756492151c81a61abad7e9759 multilib-devel-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/multilib-devel-20260428.0.521691.tar.zst" && \ + echo "ec780f8f3ea79b60cb7127f0355d8291e2075d4cfb9efac6c73fed6761c78671 multilib-devel-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260427.0.521366.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260428.0.521691.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="20260427.0.521366" +LABEL org.opencontainers.image.version="20260428.0.521691" LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" -LABEL org.opencontainers.image.created="2026-04-27T12:54:06+00:00" +LABEL org.opencontainers.image.created="2026-04-28T21:56:50+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index cf1bddc..5d91691 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/20260427.0.521366/repro-20260427.0.521366.tar.zst" && \ - echo "bdcf4ded9bcb6b9b0d5e91b57c193bc51f732f45c5114bec17c64e2ef6a5fd26 repro-20260427.0.521366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260428.0.521691/repro-20260428.0.521691.tar.zst" && \ + echo "3898c75286effc5fdb1cfbfd8c5e2c7a5fc3e35c972c9dc12172909b0482bca8 repro-20260428.0.521691.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260427.0.521366.tar.zst + tar -C /rootfs --extract --file repro-20260428.0.521691.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="20260427.0.521366" +LABEL org.opencontainers.image.version="20260428.0.521691" LABEL org.opencontainers.image.revision="446b09aa44caac0c4372917b2da2a59943fc2eb6" -LABEL org.opencontainers.image.created="2026-04-27T00:00:00Z" +LABEL org.opencontainers.image.created="2026-04-28T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260427.0.521366' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260428.0.521691' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8