From 0edc85689d35e5eec993f399a40c9b2ebbf524fe Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 14 Aug 2025 09:07:43 +0000 Subject: [PATCH] Release 20250814.0.404212 --- 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 a9af062..656b69f 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/20250813.0.403781/base-20250813.0.403781.tar.zst" && \ - echo "7a39ed1cfe878db6837768d73879ee90fe6915f4dbb25895889804262cef9cf0 base-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/base-20250814.0.404212.tar.zst" && \ + echo "cbf8092021c4fb745b72163a85ae796f5e7faaa56e97b12db7a059a3c002ab85 base-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250813.0.403781.tar.zst + tar -C /rootfs --extract --file base-20250814.0.404212.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="20250813.0.403781" +LABEL org.opencontainers.image.version="20250814.0.404212" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2601f41..cdfd58c 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/20250813.0.403781/base-devel-20250813.0.403781.tar.zst" && \ - echo "d0a6236ce82628b4676688e46706238c101cce2258b683a86ca645bdea6b984b base-devel-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/base-devel-20250814.0.404212.tar.zst" && \ + echo "b13c47f3a5b4e49cbc73d1e8ed5f1433939bb11d980bda45b0a8bb4cddef7b76 base-devel-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250813.0.403781.tar.zst + tar -C /rootfs --extract --file base-devel-20250814.0.404212.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="20250813.0.403781" +LABEL org.opencontainers.image.version="20250814.0.404212" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0c57044..61de59f 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/20250813.0.403781/multilib-devel-20250813.0.403781.tar.zst" && \ - echo "b3a04b9924cd3998cb60b579d6b0fd92e038190308d0ae9652df9d86a2a642a3 multilib-devel-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/multilib-devel-20250814.0.404212.tar.zst" && \ + echo "901bee04374837523b2cc1485704a53c1911ca31a32d7eb7a62e7df9d47bfa30 multilib-devel-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250813.0.403781.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250814.0.404212.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="20250813.0.403781" +LABEL org.opencontainers.image.version="20250814.0.404212" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]