From 61df55aaac93b29bbdcbf725f1b372ce47246023 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 3 Aug 2025 00:07:11 +0000 Subject: [PATCH] Release 20250803.0.394512 --- 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 8b386aa..79ac87c 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/20250802.0.394374/base-20250802.0.394374.tar.zst" && \ - echo "ba8af3a8ba14286e0acf741cef450ad168f02d6169a029775a749498ac09fa2e base-20250802.0.394374.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250803.0.394512/base-20250803.0.394512.tar.zst" && \ + echo "ebb22aa2191190c9f82e1571b2791f975ecb4f3dd2d81230dae67d0f6c6e7ded base-20250803.0.394512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250802.0.394374.tar.zst + tar -C /rootfs --extract --file base-20250803.0.394512.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="20250802.0.394374" +LABEL org.opencontainers.image.version="20250803.0.394512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-02T09:06:53+00:00" +LABEL org.opencontainers.image.created="2025-08-03T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250802.0.394374' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250803.0.394512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 03ab707..e8de4c1 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/20250802.0.394374/base-devel-20250802.0.394374.tar.zst" && \ - echo "e3f3eadd3467cbedde1efa2adc67d30a1a78c0dcb818abf09a9048b5ceb7acf5 base-devel-20250802.0.394374.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250803.0.394512/base-devel-20250803.0.394512.tar.zst" && \ + echo "d80805192548c7a42bedb28bbfe4528c103e43af393377bf957344cc873c24ee base-devel-20250803.0.394512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250802.0.394374.tar.zst + tar -C /rootfs --extract --file base-devel-20250803.0.394512.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="20250802.0.394374" +LABEL org.opencontainers.image.version="20250803.0.394512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-02T09:06:53+00:00" +LABEL org.opencontainers.image.created="2025-08-03T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250802.0.394374' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250803.0.394512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f32eff5..9a402b6 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/20250802.0.394374/multilib-devel-20250802.0.394374.tar.zst" && \ - echo "ceb039a8a3f4a644bbeb989c89ef75421cccad843596f3b31865fe9e1069248d multilib-devel-20250802.0.394374.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250803.0.394512/multilib-devel-20250803.0.394512.tar.zst" && \ + echo "ce1c86f0954597b47990e38832af20efe322e3f39fd2a62ff2619caaf7b809d9 multilib-devel-20250803.0.394512.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250802.0.394374.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250803.0.394512.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="20250802.0.394374" +LABEL org.opencontainers.image.version="20250803.0.394512" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-08-02T09:06:53+00:00" +LABEL org.opencontainers.image.created="2025-08-03T00:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250802.0.394374' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250803.0.394512' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]