From 90eb341f00a3bb9401fe599087757c60920c8485 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 28 Sep 2025 00:07:11 +0000 Subject: [PATCH] Release 20250928.0.426921 --- 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 c99ea98..b669820 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/20250927.0.426555/base-20250927.0.426555.tar.zst" && \ - echo "9606937efd6a381e11443f59959e9234d843468480a3475550fa04dff8659006 base-20250927.0.426555.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250928.0.426921/base-20250928.0.426921.tar.zst" && \ + echo "eb8b50416ac745f36afdbb85bd803f01c627d74b42a0a088feede21ecc0569a3 base-20250928.0.426921.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250927.0.426555.tar.zst + tar -C /rootfs --extract --file base-20250928.0.426921.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="20250927.0.426555" +LABEL org.opencontainers.image.version="20250928.0.426921" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-27T09:06:48+00:00" +LABEL org.opencontainers.image.created="2025-09-28T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250927.0.426555' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250928.0.426921' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7a6595f..535e41c 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/20250927.0.426555/base-devel-20250927.0.426555.tar.zst" && \ - echo "952622bc50cef7f4c16138c92cb2051d6a8eebc3c7e48c96fb0e506872b193f9 base-devel-20250927.0.426555.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250928.0.426921/base-devel-20250928.0.426921.tar.zst" && \ + echo "fbc9357ed2c69553738780870d7890eb24f6bb2a67665af2b96569dbad1d8692 base-devel-20250928.0.426921.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250927.0.426555.tar.zst + tar -C /rootfs --extract --file base-devel-20250928.0.426921.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="20250927.0.426555" +LABEL org.opencontainers.image.version="20250928.0.426921" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-27T09:06:48+00:00" +LABEL org.opencontainers.image.created="2025-09-28T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250927.0.426555' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250928.0.426921' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2e594ce..be727b8 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/20250927.0.426555/multilib-devel-20250927.0.426555.tar.zst" && \ - echo "c1a3dc64998fffaceff6cfa73cc0d1f64c5e25cdc90531cfb079f0132dcc8175 multilib-devel-20250927.0.426555.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250928.0.426921/multilib-devel-20250928.0.426921.tar.zst" && \ + echo "550f966fedf7e211619ab86d874a1d5676aa9c4d5df4fa40e50cc4b2fbed1c09 multilib-devel-20250928.0.426921.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250927.0.426555.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250928.0.426921.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="20250927.0.426555" +LABEL org.opencontainers.image.version="20250928.0.426921" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-27T09:06:48+00:00" +LABEL org.opencontainers.image.created="2025-09-28T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250927.0.426555' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250928.0.426921' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]