From 06d3d35ffe0db2cc4bbdbf75127decb20cb72960 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 6 Oct 2025 09:07:00 +0000 Subject: [PATCH] Release 20251006.0.431066 --- 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 88f2508..d7c2581 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/20251005.0.430704/base-20251005.0.430704.tar.zst" && \ - echo "300c105ed44fae7f6fed1691efedc6e3f6145fa16c3eac3c9a8282dd44b35002 base-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251006.0.431066/base-20251006.0.431066.tar.zst" && \ + echo "b0694c7bf8e81215b12187c2f70496d2f287401fabc292e30fab4ea75738bd1d base-20251006.0.431066.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251005.0.430704.tar.zst + tar -C /rootfs --extract --file base-20251006.0.431066.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="20251005.0.430704" +LABEL org.opencontainers.image.version="20251006.0.431066" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00" +LABEL org.opencontainers.image.created="2025-10-06T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251006.0.431066' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index e07c2f8..8f83a4d 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/20251005.0.430704/base-devel-20251005.0.430704.tar.zst" && \ - echo "54e859b5d10a2ec1799a2b03ae6ee1822c32df23197047696235510a41a3196a base-devel-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251006.0.431066/base-devel-20251006.0.431066.tar.zst" && \ + echo "d9020ea31b9f54bdbd070e299a9a01d9aeb3a71ef330b3a06e8e4acdd936a085 base-devel-20251006.0.431066.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251005.0.430704.tar.zst + tar -C /rootfs --extract --file base-devel-20251006.0.431066.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="20251005.0.430704" +LABEL org.opencontainers.image.version="20251006.0.431066" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00" +LABEL org.opencontainers.image.created="2025-10-06T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251006.0.431066' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6d21cdc..aa7ae05 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/20251005.0.430704/multilib-devel-20251005.0.430704.tar.zst" && \ - echo "8d3b28f330e874ed0a6e2bcd04cf963895bc27f00a6a487c86920fa94030170f multilib-devel-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251006.0.431066/multilib-devel-20251006.0.431066.tar.zst" && \ + echo "8f4e4be1ec945dcdbbd796d1aeda5aca59122b6520bd776194800ae17f6ebe54 multilib-devel-20251006.0.431066.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251005.0.430704.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251006.0.431066.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="20251005.0.430704" +LABEL org.opencontainers.image.version="20251006.0.431066" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00" +LABEL org.opencontainers.image.created="2025-10-06T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251006.0.431066' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]