From b41be0e68caf14128aa555f3cc32d77e8b8d92a0 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 21 Dec 2025 09:06:49 +0000 Subject: [PATCH] Release 20251221.0.472551 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ Dockerfile.multilib-devel | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 07250a7..6e08c6f 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/20251221.0.472429/base-20251221.0.472429.tar.zst" && \ - echo "c7d968fa48cffa810ed5c4b17c5b4ba84f2f1af09fb5e02653be0bf8c59f0acb base-20251221.0.472429.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251221.0.472551/base-20251221.0.472551.tar.zst" && \ + echo "0fe3aa7044d106f18d21906a259fbf4011421bf49135b86e997e01ee8dc3d262 base-20251221.0.472551.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251221.0.472429.tar.zst + tar -C /rootfs --extract --file base-20251221.0.472551.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="20251221.0.472429" +LABEL org.opencontainers.image.version="20251221.0.472551" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-21T00:07:18+00:00" +LABEL org.opencontainers.image.created="2025-12-21T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472429' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472551' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ce7d23c..fa462bf 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/20251221.0.472429/base-devel-20251221.0.472429.tar.zst" && \ - echo "362eec255b10c1749394e2350b0cbf37dea7d3a5aabaecd4dc9ac902f6d122b6 base-devel-20251221.0.472429.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251221.0.472551/base-devel-20251221.0.472551.tar.zst" && \ + echo "32f1cff7f908a636b40802a71c2c5865728d804f8cad3a058d53ef979287cbcf base-devel-20251221.0.472551.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251221.0.472429.tar.zst + tar -C /rootfs --extract --file base-devel-20251221.0.472551.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="20251221.0.472429" +LABEL org.opencontainers.image.version="20251221.0.472551" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-21T00:07:18+00:00" +LABEL org.opencontainers.image.created="2025-12-21T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472429' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472551' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8b0cebe..3feebbf 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/20251221.0.472429/multilib-devel-20251221.0.472429.tar.zst" && \ - echo "c5291d93bd6e225c07b0873c38b75537ba7070189d630e965cf464dcaafdf304 multilib-devel-20251221.0.472429.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251221.0.472551/multilib-devel-20251221.0.472551.tar.zst" && \ + echo "5950066e48a72371429399f60cf125f8dace873fc755bb6551ccd6e8b3cbfb8c multilib-devel-20251221.0.472551.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251221.0.472429.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251221.0.472551.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="20251221.0.472429" +LABEL org.opencontainers.image.version="20251221.0.472551" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-21T00:07:18+00:00" +LABEL org.opencontainers.image.created="2025-12-21T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472429' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251221.0.472551' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]