From 51d30538d226e8a960c79bebbfcde631361a7352 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 16 May 2026 09:08:59 +0000 Subject: [PATCH] Release 20260516.0.530440 --- 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 2323a7f..02015c4 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/20260515.0.530057/base-20260515.0.530057.tar.zst" && \ - echo "f2d3cb74c88c9ad76ffbe60a0566df3b5b2a4fa54a1fee5b458db6330ee3ab65 base-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/base-20260516.0.530440.tar.zst" && \ + echo "e16b3d50103c7dd3f9bb925715e928b5c34750fc1afcbf8ae04b1a385531e5c5 base-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260515.0.530057.tar.zst + tar -C /rootfs --extract --file base-20260516.0.530440.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="20260515.0.530057" +LABEL org.opencontainers.image.version="20260516.0.530440" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" +LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 13f6949..6df3d90 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/20260515.0.530057/base-devel-20260515.0.530057.tar.zst" && \ - echo "72a720f75b55de7947243cb7f0beafcc6f6b833f3da2622a985f5b0f7e4667f9 base-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/base-devel-20260516.0.530440.tar.zst" && \ + echo "3791ff5fd78c5ff1ee49284d3ffab8ba845ecb4d7561390be7fcb7de3afa8892 base-devel-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260515.0.530057.tar.zst + tar -C /rootfs --extract --file base-devel-20260516.0.530440.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="20260515.0.530057" +LABEL org.opencontainers.image.version="20260516.0.530440" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" +LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8a395da..dccd339 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/20260515.0.530057/multilib-devel-20260515.0.530057.tar.zst" && \ - echo "6ef1f2497dfa0f208d05c18f98d8d7e38a68f9e865369d7a68769b2d1d85bbaf multilib-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/multilib-devel-20260516.0.530440.tar.zst" && \ + echo "4041fbee2683e84af732092909e2b2c6c7f908db7fd34b967b0d89bb344141d1 multilib-devel-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260515.0.530057.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260516.0.530440.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="20260515.0.530057" +LABEL org.opencontainers.image.version="20260516.0.530440" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" +LABEL org.opencontainers.image.created="2026-05-16T09:08:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.repro b/Dockerfile.repro index 2bb7d88..d0586d2 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/20260515.0.530057/repro-20260515.0.530057.tar.zst" && \ - echo "c64828052b6490624d1fff49cf3f63d7a3424bc6c4e0edff6a4fe73486a33197 repro-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260516.0.530440/repro-20260516.0.530440.tar.zst" && \ + echo "443bd6ccebfa06974ebb92c742a6543e318e7d7c53e87357cf84cc3aeb3b938d repro-20260516.0.530440.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260515.0.530057.tar.zst + tar -C /rootfs --extract --file repro-20260516.0.530440.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="20260515.0.530057" +LABEL org.opencontainers.image.version="20260516.0.530440" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-15T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-16T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260516.0.530440' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8