From e59fdc65185e08d9165e669e1e4e146b74414f38 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 25 Sep 2025 09:07:13 +0000 Subject: [PATCH] Release 20250925.0.425512 --- 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 6b1bda6..b331162 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/20250924.0.424694/base-20250924.0.424694.tar.zst" && \ - echo "551cfdf62d3613f35d44142116f76497411a13e9c6d6275196f3e27a28ad6714 base-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250925.0.425512/base-20250925.0.425512.tar.zst" && \ + echo "4cad5f3ce434b0a42d752cba8b4d2eac198cdde2de8323b7dae720c31ffee476 base-20250925.0.425512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250924.0.424694.tar.zst + tar -C /rootfs --extract --file base-20250925.0.425512.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="20250924.0.424694" +LABEL org.opencontainers.image.version="20250925.0.425512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-09-25T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250925.0.425512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9711718..27452d5 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/20250924.0.424694/base-devel-20250924.0.424694.tar.zst" && \ - echo "2e0cba8976a4e7ee333ce313c90fb2df91e20f3ec73debeb136c304f7132762e base-devel-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250925.0.425512/base-devel-20250925.0.425512.tar.zst" && \ + echo "eb4b0a6c2bfae340d5ef86d785845300fba7f7bb70f6e4ff094969ade2946cfe base-devel-20250925.0.425512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250924.0.424694.tar.zst + tar -C /rootfs --extract --file base-devel-20250925.0.425512.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="20250924.0.424694" +LABEL org.opencontainers.image.version="20250925.0.425512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-09-25T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250925.0.425512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 635f6ab..cc46ad8 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/20250924.0.424694/multilib-devel-20250924.0.424694.tar.zst" && \ - echo "9d0482f418238429b5e45649ace087dd87620f8c44950b547ec4dbcea503f052 multilib-devel-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250925.0.425512/multilib-devel-20250925.0.425512.tar.zst" && \ + echo "5af144142e0afd3a82e6cfd46efa55ce1adb4a320e139368f0d3b18269cd7d1b multilib-devel-20250925.0.425512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250924.0.424694.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250925.0.425512.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="20250924.0.424694" +LABEL org.opencontainers.image.version="20250925.0.425512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-09-25T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250925.0.425512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]