From bdc645924f7a5d91fcefffb6970a29df70d2e186 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 14 Sep 2025 09:06:49 +0000 Subject: [PATCH] Release 20250914.0.420965 --- 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 c3b1be4..b3ec98d 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/20250914.0.420821/base-20250914.0.420821.tar.zst" && \ - echo "865bf459f2bb8b3df3e9a54565e20a58536b476747533b502581e0d0ff77087b base-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/base-20250914.0.420965.tar.zst" && \ + echo "3fdf6cda91b349a619cfe5a8eb1aabc72af73d0829fc04850d4f079cce58d961 base-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250914.0.420821.tar.zst + tar -C /rootfs --extract --file base-20250914.0.420965.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="20250914.0.420821" +LABEL org.opencontainers.image.version="20250914.0.420965" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00" +LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b26c817..ae41f7a 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/20250914.0.420821/base-devel-20250914.0.420821.tar.zst" && \ - echo "eb47f8e2ff67d18e942ccf8d5c9fd9366f9cb5cc80ced026b37cff0e917ca417 base-devel-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/base-devel-20250914.0.420965.tar.zst" && \ + echo "92f9619f64601e10496cfcd3c27549bb71b8fc17c1698c24df411226ca78f763 base-devel-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250914.0.420821.tar.zst + tar -C /rootfs --extract --file base-devel-20250914.0.420965.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="20250914.0.420821" +LABEL org.opencontainers.image.version="20250914.0.420965" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00" +LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 7336637..af94bde 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/20250914.0.420821/multilib-devel-20250914.0.420821.tar.zst" && \ - echo "24a275c5567975ffda83336971557b3a2501028d2a6bae2f6b3af6c2256f0d54 multilib-devel-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/multilib-devel-20250914.0.420965.tar.zst" && \ + echo "9cc381e79b55e640bbc49a45866d426158d356db44455d009b6d4aa27648980e multilib-devel-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250914.0.420821.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250914.0.420965.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="20250914.0.420821" +LABEL org.opencontainers.image.version="20250914.0.420965" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00" +LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]