From c7551b440f305fe40bb11b99c679ab59fdf41a60 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 7 Sep 2025 09:06:55 +0000 Subject: [PATCH] Release 20250907.0.417568 --- 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 3def623..76f643c 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/20250907.0.417472/base-20250907.0.417472.tar.zst" && \ - echo "5009e3eab7c1c40cbf51ae169a6b485bd3f792b28ebdc134bc8a54be50b87a7d base-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417568/base-20250907.0.417568.tar.zst" && \ + echo "a106e9b17aba2618609e6e1d311bd91d6d24920b659d269ebd74dbeab1383dce base-20250907.0.417568.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250907.0.417472.tar.zst + tar -C /rootfs --extract --file base-20250907.0.417568.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="20250907.0.417472" +LABEL org.opencontainers.image.version="20250907.0.417568" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" +LABEL org.opencontainers.image.created="2025-09-07T09:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417568' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index aa4aa6d..d685309 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/20250907.0.417472/base-devel-20250907.0.417472.tar.zst" && \ - echo "7f59195dba94d7119059a3a15b501430c8e0dc50ec548e8c7c175f84b55287a9 base-devel-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417568/base-devel-20250907.0.417568.tar.zst" && \ + echo "68084e4980c85bcc7bbfa04676f9a380c08419f22fbb8da3a01a057db555c6dc base-devel-20250907.0.417568.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250907.0.417472.tar.zst + tar -C /rootfs --extract --file base-devel-20250907.0.417568.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="20250907.0.417472" +LABEL org.opencontainers.image.version="20250907.0.417568" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" +LABEL org.opencontainers.image.created="2025-09-07T09:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417568' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0b65136..e4d7475 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/20250907.0.417472/multilib-devel-20250907.0.417472.tar.zst" && \ - echo "69251ebc20fd7a1476742f36e06bfd499d808179398ada5f4c3fa457266a4327 multilib-devel-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417568/multilib-devel-20250907.0.417568.tar.zst" && \ + echo "aa3b68cec4dba17f962d86c7d2524598afb7ba5d77384685c5abc2e00cf7d0bf multilib-devel-20250907.0.417568.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250907.0.417472.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250907.0.417568.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="20250907.0.417472" +LABEL org.opencontainers.image.version="20250907.0.417568" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" +LABEL org.opencontainers.image.created="2025-09-07T09:06:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417568' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]