From 1148e50feae536d35594b53b0cecb6d8dbd665ef Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 18 Oct 2025 09:07:02 +0000 Subject: [PATCH] Release 20251018.0.436794 --- 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 2b4cbbf..8017fd9 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/20251017.0.436376/base-20251017.0.436376.tar.zst" && \ - echo "1eb49b9a1b1c57c171d45f9da20f8399850587da8fd3be6d13971beeb4802caf base-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-20251018.0.436794.tar.zst" && \ + echo "0d8d6380d6a9f0e181e403805d02bd20b3e6986b36a8c8796d48fa2dae4b3d87 base-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251017.0.436376.tar.zst + tar -C /rootfs --extract --file base-20251018.0.436794.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="20251017.0.436376" +LABEL org.opencontainers.image.version="20251018.0.436794" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2c76c56..761a143 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/20251017.0.436376/base-devel-20251017.0.436376.tar.zst" && \ - echo "50edf91ab4e7bd734277a4c7088e306f525d25b9569bf658f80504051f15ebf1 base-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-devel-20251018.0.436794.tar.zst" && \ + echo "13280ea397ddcf8661db3c552af9a4c7f81e90539ee829249c7ba4a97d1afcef base-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251017.0.436376.tar.zst + tar -C /rootfs --extract --file base-devel-20251018.0.436794.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="20251017.0.436376" +LABEL org.opencontainers.image.version="20251018.0.436794" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b4e06e6..7a7e890 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/20251017.0.436376/multilib-devel-20251017.0.436376.tar.zst" && \ - echo "5168a578ef86cfe211aa34ce9f4572413d7c74b2fa711b8efc47013dc7929279 multilib-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/multilib-devel-20251018.0.436794.tar.zst" && \ + echo "a72ba466637f1b0b375f8e31706fea5e53fcc2fa86594a0bc8090561d817646c multilib-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251017.0.436376.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251018.0.436794.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="20251017.0.436376" +LABEL org.opencontainers.image.version="20251018.0.436794" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]