From 0f2a34e032db7223f2fd48e04440d697661596f3 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 11 Sep 2025 09:07:43 +0000 Subject: [PATCH] Release 20250911.0.419865 --- 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 90214cd..553162d 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/20250910.0.419100/base-20250910.0.419100.tar.zst" && \ - echo "ab92872d0fff0101d8e0c901466bfe1e0108f931c947fab8dc9d48fc0d8144e1 base-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/base-20250911.0.419865.tar.zst" && \ + echo "b3053fcccb0944febf47f883827fbc9ccc107efd146bf253d241f1f06d3cf58b base-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250910.0.419100.tar.zst + tar -C /rootfs --extract --file base-20250911.0.419865.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="20250910.0.419100" +LABEL org.opencontainers.image.version="20250911.0.419865" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00" +LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 41418a0..44f122f 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/20250910.0.419100/base-devel-20250910.0.419100.tar.zst" && \ - echo "b4ec2ae41d2906bf64f5456526aa8b5d6749898c2d367d8b8dc9c064b64e195a base-devel-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/base-devel-20250911.0.419865.tar.zst" && \ + echo "989784abaaaf327c9bee1317812d2e8250ee6a9a6016db372c90e1c6ad7f5794 base-devel-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250910.0.419100.tar.zst + tar -C /rootfs --extract --file base-devel-20250911.0.419865.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="20250910.0.419100" +LABEL org.opencontainers.image.version="20250911.0.419865" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00" +LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f4f1fb5..eceae74 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/20250910.0.419100/multilib-devel-20250910.0.419100.tar.zst" && \ - echo "2e3395d09632ab9d35ef66e92c4741839a7091eacba0e409c4c5c7b022afa14f multilib-devel-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/multilib-devel-20250911.0.419865.tar.zst" && \ + echo "82b0e9ee5d50ab79ab5e49d2cdc81f437a1669b542aea1912f9d9fc1ff404590 multilib-devel-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250910.0.419100.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250911.0.419865.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="20250910.0.419100" +LABEL org.opencontainers.image.version="20250911.0.419865" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00" +LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]