From 95539f9ca2eb19cc8f22e44ce5f7e8d39e8c2cd3 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 8 Jun 2025 09:07:40 +0000 Subject: [PATCH] Release 20250608.0.361675 --- 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 f8143f7..9641c86 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/20250608.0.361578/base-20250608.0.361578.tar.zst" && \ - echo "2da480657ed655de4f127dce2378f1792eb7edead21583cf4b4ca4cdfab7b7a5 base-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/base-20250608.0.361675.tar.zst" && \ + echo "0749518de6e00c88d52ee8aead091f44bba67f456753c20f06b43ed0e3cd0b8f base-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250608.0.361578.tar.zst + tar -C /rootfs --extract --file base-20250608.0.361675.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="20250608.0.361578" +LABEL org.opencontainers.image.version="20250608.0.361675" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" +LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 898801c..d386e50 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/20250608.0.361578/base-devel-20250608.0.361578.tar.zst" && \ - echo "532a93953f7d6fa0fe4705b177050639ae8ce6d0d7dce342cce498995b2b88c9 base-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/base-devel-20250608.0.361675.tar.zst" && \ + echo "b4038c78c5003a7e2b64fdef3d69cab3700f0a726d1f42dbe10c00c5943ee8fd base-devel-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250608.0.361578.tar.zst + tar -C /rootfs --extract --file base-devel-20250608.0.361675.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="20250608.0.361578" +LABEL org.opencontainers.image.version="20250608.0.361675" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" +LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2f1055b..7911fa6 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/20250608.0.361578/multilib-devel-20250608.0.361578.tar.zst" && \ - echo "44b813ea68ab10a4f529f0f41ca82052c850e86d459eb95f25789fb5eaf3d2e2 multilib-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/multilib-devel-20250608.0.361675.tar.zst" && \ + echo "2bc7550d95c14a9f2e808d2b1d64246594df7ceff56b976cae361bba1a0803aa multilib-devel-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250608.0.361578.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250608.0.361675.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="20250608.0.361578" +LABEL org.opencontainers.image.version="20250608.0.361675" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" +LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]