From 6c548eaff96e1995a5c861511dcab2a45af61148 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 17 Oct 2025 09:06:51 +0000 Subject: [PATCH] Release 20251017.0.436376 --- 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 e1bd017..2b4cbbf 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/20251016.0.435943/base-20251016.0.435943.tar.zst" && \ - echo "37f5f929baf68dcfcba194716ce96ed0a91d56d3031743f174abeeb22913c434 base-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-20251017.0.436376.tar.zst" && \ + echo "1eb49b9a1b1c57c171d45f9da20f8399850587da8fd3be6d13971beeb4802caf base-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251016.0.435943.tar.zst + tar -C /rootfs --extract --file base-20251017.0.436376.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="20251016.0.435943" +LABEL org.opencontainers.image.version="20251017.0.436376" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00" +LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8c6a94f..2c76c56 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/20251016.0.435943/base-devel-20251016.0.435943.tar.zst" && \ - echo "a769550970da92b44bd94deae59d147db988c1a6fe4829eff4e17aa62a56fe13 base-devel-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-devel-20251017.0.436376.tar.zst" && \ + echo "50edf91ab4e7bd734277a4c7088e306f525d25b9569bf658f80504051f15ebf1 base-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251016.0.435943.tar.zst + tar -C /rootfs --extract --file base-devel-20251017.0.436376.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="20251016.0.435943" +LABEL org.opencontainers.image.version="20251017.0.436376" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00" +LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 575a6b7..b4e06e6 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/20251016.0.435943/multilib-devel-20251016.0.435943.tar.zst" && \ - echo "bdfc3eea12960ca82233690b4df756cc58676e63e2b5c03deaf0845b8a96f60e multilib-devel-20251016.0.435943.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/multilib-devel-20251017.0.436376.tar.zst" && \ + echo "5168a578ef86cfe211aa34ce9f4572413d7c74b2fa711b8efc47013dc7929279 multilib-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251016.0.435943.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251017.0.436376.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="20251016.0.435943" +LABEL org.opencontainers.image.version="20251017.0.436376" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-16T09:07:13+00:00" +LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251016.0.435943' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]