From 72fcaf6abdeac32b82a48ddbc79d97b3e55e7499 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 18 Sep 2025 09:06:52 +0000 Subject: [PATCH] Release 20250918.0.422320 --- 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 5eaafd3..5578920 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/20250917.0.422098/base-20250917.0.422098.tar.zst" && \ - echo "0a8f5b36763c04dcd596b0d6130b0d50953ea8215af7a01439f4ce7aa7f77a40 base-20250917.0.422098.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250918.0.422320/base-20250918.0.422320.tar.zst" && \ + echo "5a74ca75af5206b8f361473b1a309641e621238948a76c07655f5b0d934c4166 base-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250917.0.422098.tar.zst + tar -C /rootfs --extract --file base-20250918.0.422320.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="20250917.0.422098" +LABEL org.opencontainers.image.version="20250918.0.422320" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-17T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250917.0.422098' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 248902c..653d4dd 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/20250917.0.422098/base-devel-20250917.0.422098.tar.zst" && \ - echo "187427652d69716305a1e5bb222455d3f9858fc2bf0ceb943412a83c5883f4a0 base-devel-20250917.0.422098.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250918.0.422320/base-devel-20250918.0.422320.tar.zst" && \ + echo "bc33c635b0eb9a728b94c5c9875d3fcc33e0172d752932521e75febcafb2468b base-devel-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250917.0.422098.tar.zst + tar -C /rootfs --extract --file base-devel-20250918.0.422320.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="20250917.0.422098" +LABEL org.opencontainers.image.version="20250918.0.422320" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-17T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250917.0.422098' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 07241a3..8ff5428 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/20250917.0.422098/multilib-devel-20250917.0.422098.tar.zst" && \ - echo "1a6e02d2e728e1e9b99fdfbf9d156aa658ed1a829a5052fb5164cb3687f646c7 multilib-devel-20250917.0.422098.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250918.0.422320/multilib-devel-20250918.0.422320.tar.zst" && \ + echo "3d6adb439f9c3ebc59afe0f699c1e82d198ea39dd51fc6aff6f6a56f99021536 multilib-devel-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250917.0.422098.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250918.0.422320.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="20250917.0.422098" +LABEL org.opencontainers.image.version="20250918.0.422320" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-17T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250917.0.422098' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]