From 2d2a99be6b7c3d90fb0763ce35f2b25dac993a15 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 18 Aug 2025 09:07:10 +0000 Subject: [PATCH] Release 20250818.0.405936 --- 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 2185ce2..af9706a 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/base-20250817.0.405726.tar.zst" && \ - echo "c40de4d49abd0da97cb78e5d7f0c15f3710b7ce69d5130c43a8350a999cab2f5 base-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250818.0.405936/base-20250818.0.405936.tar.zst" && \ + echo "72b286089a9400f18c0da6512bb34f5e38eb14a54cee57df303bbc61f4f46a09 base-20250818.0.405936.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250817.0.405726.tar.zst + tar -C /rootfs --extract --file base-20250818.0.405936.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="20250817.0.405726" +LABEL org.opencontainers.image.version="20250818.0.405936" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00" +LABEL org.opencontainers.image.created="2025-08-18T09:07:10+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250818.0.405936' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7a83471..2e501a3 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/base-devel-20250817.0.405726.tar.zst" && \ - echo "c69f67d3d93675d1b55adf978b2c2983ab649182af94bb3b87e86d0044d414c2 base-devel-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250818.0.405936/base-devel-20250818.0.405936.tar.zst" && \ + echo "13a44fba47cd141432eab40e8adb9e59b59f003ea60fb2c21119fe76af154e81 base-devel-20250818.0.405936.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250817.0.405726.tar.zst + tar -C /rootfs --extract --file base-devel-20250818.0.405936.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="20250817.0.405726" +LABEL org.opencontainers.image.version="20250818.0.405936" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00" +LABEL org.opencontainers.image.created="2025-08-18T09:07:10+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250818.0.405936' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 7e06e82..d10034d 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/multilib-devel-20250817.0.405726.tar.zst" && \ - echo "e2d65fc40e09a32f288872f434fd33ec85915db3a40f50ad7bb2eb72141a15e9 multilib-devel-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250818.0.405936/multilib-devel-20250818.0.405936.tar.zst" && \ + echo "81279a9b080bf01d18d44204256398507f2f454473646c1796ae73efc7886f34 multilib-devel-20250818.0.405936.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250817.0.405726.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250818.0.405936.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="20250817.0.405726" +LABEL org.opencontainers.image.version="20250818.0.405936" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00" +LABEL org.opencontainers.image.created="2025-08-18T09:07:10+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250818.0.405936' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]