From ecb2a4f1c214e9e9a64e0e4e2b70825af1f25290 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 2 Apr 2025 09:07:04 +0000 Subject: [PATCH] Release 20250402.0.330350 --- 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 60152e4..189298e 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250401.0.329634/base-20250401.0.329634.tar.zst" && \ - echo "469b1bfa0b0e36150f3ff411c23580c31eb07e92ec51e446e375b4b3afad7315 base-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250402.0.330350/base-20250402.0.330350.tar.zst" && \ + echo "0add044e186c287bf8fad2ce4bda16337709e25998600d820b78e9ccee2f1adb base-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250401.0.329634.tar.zst + tar -C /rootfs --extract --file base-20250402.0.330350.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="20250401.0.329634" +LABEL org.opencontainers.image.version="20250402.0.330350" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00" +LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9a13d4b..3ea58b2 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250401.0.329634/base-devel-20250401.0.329634.tar.zst" && \ - echo "5137452c2f7c30f27bc96eb72d5440efd4d2eea8b33fe46b05b252941c092f8a base-devel-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250402.0.330350/base-devel-20250402.0.330350.tar.zst" && \ + echo "d44e69b0c8e171f01ed14ccfa734a5010c979596486b7cde3ed88eb65685100f base-devel-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250401.0.329634.tar.zst + tar -C /rootfs --extract --file base-devel-20250402.0.330350.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="20250401.0.329634" +LABEL org.opencontainers.image.version="20250402.0.330350" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00" +LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 9ed3b65..395dbdc 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250401.0.329634/multilib-devel-20250401.0.329634.tar.zst" && \ - echo "d664628802cb56d1e6e17a63d7276da7e9511f6030d8e6dd42ef24ac7dc273f7 multilib-devel-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250402.0.330350/multilib-devel-20250402.0.330350.tar.zst" && \ + echo "52a9c475880eccce5d6654f3f94d441c277f2c007f1c15c68fa8e252fbf023c9 multilib-devel-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250401.0.329634.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250402.0.330350.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="20250401.0.329634" +LABEL org.opencontainers.image.version="20250402.0.330350" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00" +LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]