From 1871ca79a97a21136dfe15fbb6339ae68270b202 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 13 May 2026 09:09:18 +0000 Subject: [PATCH] Release 20260513.0.529074 --- 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 3189d98..3ceb470 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/20260512.0.528494/base-20260512.0.528494.tar.zst" && \ - echo "62050a4f99c1aac48d1c7eaac5369ebd27e0d20f395f89a82e09abf7d2f43101 base-20260512.0.528494.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260513.0.529074/base-20260513.0.529074.tar.zst" && \ + echo "37186af905a10e67c9f92ae962d6ff7499a1ebe9229c7d968c3a3cf52faf0b4d base-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260512.0.528494.tar.zst + tar -C /rootfs --extract --file base-20260513.0.529074.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="20260512.0.528494" +LABEL org.opencontainers.image.version="20260513.0.529074" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-12T09:11:28+00:00" +LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260512.0.528494' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index c68f3e8..52b20c5 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/20260512.0.528494/base-devel-20260512.0.528494.tar.zst" && \ - echo "3eb89a507a567176a5c4ff5ba83933534b5103ee34b173feca5d353b31790049 base-devel-20260512.0.528494.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260513.0.529074/base-devel-20260513.0.529074.tar.zst" && \ + echo "d10dc0ba07fa11617cb0d1f8798324a11401785f627313bc9b763b6cd1ba8d1f base-devel-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260512.0.528494.tar.zst + tar -C /rootfs --extract --file base-devel-20260513.0.529074.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="20260512.0.528494" +LABEL org.opencontainers.image.version="20260513.0.529074" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-12T09:11:28+00:00" +LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260512.0.528494' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 44eff0a..e8a4893 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/20260512.0.528494/multilib-devel-20260512.0.528494.tar.zst" && \ - echo "66af222aa43a3b9ea829e2228aac969696aada3d0ff7b331ccb78e9b1ff47c5e multilib-devel-20260512.0.528494.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260513.0.529074/multilib-devel-20260513.0.529074.tar.zst" && \ + echo "f24d4745f70f5f73efd939ea90538bad14b0dcbc7577c4b1a4a5f7ca68b0e09b multilib-devel-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260512.0.528494.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260513.0.529074.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="20260512.0.528494" +LABEL org.opencontainers.image.version="20260513.0.529074" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-12T09:11:28+00:00" +LABEL org.opencontainers.image.created="2026-05-13T09:09:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260512.0.528494' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.repro b/Dockerfile.repro index 6949380..f382626 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/20260512.0.528494/repro-20260512.0.528494.tar.zst" && \ - echo "dbf478119e59b6d2943fffa6cdd9fdd36372170ea828c2039b0da88e72816477 repro-20260512.0.528494.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260513.0.529074/repro-20260513.0.529074.tar.zst" && \ + echo "9558803d1e53fdeaa462b36df78ae4c5a2ca904706bb03caffa17ecf59cc9e14 repro-20260513.0.529074.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260512.0.528494.tar.zst + tar -C /rootfs --extract --file repro-20260513.0.529074.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="20260512.0.528494" +LABEL org.opencontainers.image.version="20260513.0.529074" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-12T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-13T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260512.0.528494' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260513.0.529074' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8