From 818737620731556d43ddca18d0954e8c02659944 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 19 Oct 2025 09:06:58 +0000 Subject: [PATCH] Release 20251019.0.437072 --- 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 7ffa62a..01ff229 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/20251019.0.436919/base-20251019.0.436919.tar.zst" && \ - echo "c485b3debaf7b4a06304b04010b2d80232fa14eb953c0621db3c1858b589c841 base-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.437072/base-20251019.0.437072.tar.zst" && \ + echo "21704a5bc15218f7b52da52ffb936212412b12cb3d1afb8c847555ff449ff760 base-20251019.0.437072.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251019.0.436919.tar.zst + tar -C /rootfs --extract --file base-20251019.0.437072.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="20251019.0.436919" +LABEL org.opencontainers.image.version="20251019.0.437072" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00" +LABEL org.opencontainers.image.created="2025-10-19T09:06:58+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251019.0.437072' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ccf4615..ca9cc4a 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/20251019.0.436919/base-devel-20251019.0.436919.tar.zst" && \ - echo "64aa6bb296e08024cf6bab19cf8ae1dbd406fc97789b3c87643dc6908240b664 base-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.437072/base-devel-20251019.0.437072.tar.zst" && \ + echo "0cf89f96e9f747fa52dcc2ce7e2163b1783eb36b1a564b993f65fcb4620ab901 base-devel-20251019.0.437072.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251019.0.436919.tar.zst + tar -C /rootfs --extract --file base-devel-20251019.0.437072.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="20251019.0.436919" +LABEL org.opencontainers.image.version="20251019.0.437072" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00" +LABEL org.opencontainers.image.created="2025-10-19T09:06:58+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251019.0.437072' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b644f01..c1d0313 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/20251019.0.436919/multilib-devel-20251019.0.436919.tar.zst" && \ - echo "e0e509921914e9457d67d4d75e0b76f6fb223056930cef5c89f4c205d4812e1a multilib-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.437072/multilib-devel-20251019.0.437072.tar.zst" && \ + echo "485e63d17c3d43b44c762cf4446419a839bc604a028c4e39f06d4c2099794abf multilib-devel-20251019.0.437072.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251019.0.436919.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251019.0.437072.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="20251019.0.436919" +LABEL org.opencontainers.image.version="20251019.0.437072" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00" +LABEL org.opencontainers.image.created="2025-10-19T09:06:58+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251019.0.437072' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]