From 2bbd1f7b8cf674db15139354b18626ed51134852 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 7 May 2026 09:09:02 +0000 Subject: [PATCH] Release 20260507.0.524664 --- 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 3f0bda4..f39219d 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/20260506.0.524235/base-20260506.0.524235.tar.zst" && \ - echo "e93c2e225d136b9d934bee0afd0684acc780e49919c2ab375b6050982d87c9e5 base-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260507.0.524664/base-20260507.0.524664.tar.zst" && \ + echo "51301c014852ff1e912510ce40de00e8a6bed3fa35cc25c97436a9e69dfec905 base-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260506.0.524235.tar.zst + tar -C /rootfs --extract --file base-20260507.0.524664.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="20260506.0.524235" +LABEL org.opencontainers.image.version="20260507.0.524664" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 93ac5da..e567a27 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/20260506.0.524235/base-devel-20260506.0.524235.tar.zst" && \ - echo "e9ad6959f1327682051e5c23afbbcef9de7b857febd4aae5b0403a67a37acbd1 base-devel-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260507.0.524664/base-devel-20260507.0.524664.tar.zst" && \ + echo "7530a6a7dbad597c5abe177d84afd160bc3c17ba3af90a3398bed71367d946cd base-devel-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260506.0.524235.tar.zst + tar -C /rootfs --extract --file base-devel-20260507.0.524664.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="20260506.0.524235" +LABEL org.opencontainers.image.version="20260507.0.524664" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 55ec497..d407cf9 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/20260506.0.524235/multilib-devel-20260506.0.524235.tar.zst" && \ - echo "c2e86a49f527e422f5971a967ec8814cf574248e5da633f2783e47612a44f344 multilib-devel-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260507.0.524664/multilib-devel-20260507.0.524664.tar.zst" && \ + echo "6a5b75d5b19055967886db737018eb18b87aaa364580ee19a071f70134c3b2c0 multilib-devel-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260506.0.524235.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260507.0.524664.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="20260506.0.524235" +LABEL org.opencontainers.image.version="20260507.0.524664" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-06T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-07T09:09:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 2b86d3a..9901ef8 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/20260506.0.524235/repro-20260506.0.524235.tar.zst" && \ - echo "816b18c7b54174056f0e36cf8d797f9e6aa4ab450f3ee6d40e7146a6e108ced3 repro-20260506.0.524235.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260507.0.524664/repro-20260507.0.524664.tar.zst" && \ + echo "483846e0b0300706a77d7073bdf45fa000175524c11bd69e949fd99add9357c0 repro-20260507.0.524664.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260506.0.524235.tar.zst + tar -C /rootfs --extract --file repro-20260507.0.524664.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="20260506.0.524235" +LABEL org.opencontainers.image.version="20260507.0.524664" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-06T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-07T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260506.0.524235' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260507.0.524664' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8