From b02b8d7273ec674122244e11229fd8a2f3ba2c71 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 25 Apr 2025 09:07:12 +0000 Subject: [PATCH] Release 20250425.0.341427 --- 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 f34b4ff..081454b 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/20250423.0.340846/base-20250423.0.340846.tar.zst" && \ - echo "5890a79b980a6295def20b641860227a11e2d6a911d637cefd78644122ee00b4 base-20250423.0.340846.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250425.0.341427/base-20250425.0.341427.tar.zst" && \ + echo "f2d3321253a7c13fddab2a1fd272ffd06f8f923b8ffa7ee763012e7988587e29 base-20250425.0.341427.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250423.0.340846.tar.zst + tar -C /rootfs --extract --file base-20250425.0.341427.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="20250423.0.340846" +LABEL org.opencontainers.image.version="20250425.0.341427" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-23T09:07:21+00:00" +LABEL org.opencontainers.image.created="2025-04-25T09:07:12+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250423.0.340846' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250425.0.341427' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ca7d4e7..3a7c29b 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/20250423.0.340846/base-devel-20250423.0.340846.tar.zst" && \ - echo "3dd26ab19d2fc9aefb32a860309f23de755089b5c409cf50a1d0052a1f33efb7 base-devel-20250423.0.340846.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250425.0.341427/base-devel-20250425.0.341427.tar.zst" && \ + echo "adda4a0f963005d1259381a4b82b6c0fa3de544865c1c256f88533e02b0ba671 base-devel-20250425.0.341427.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250423.0.340846.tar.zst + tar -C /rootfs --extract --file base-devel-20250425.0.341427.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="20250423.0.340846" +LABEL org.opencontainers.image.version="20250425.0.341427" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-23T09:07:21+00:00" +LABEL org.opencontainers.image.created="2025-04-25T09:07:12+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250423.0.340846' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250425.0.341427' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 55a8464..f4cd02f 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/20250423.0.340846/multilib-devel-20250423.0.340846.tar.zst" && \ - echo "2ac63114510ecda7ac7318af7884697b247f8c339209c50f0ff96b96aefe7446 multilib-devel-20250423.0.340846.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250425.0.341427/multilib-devel-20250425.0.341427.tar.zst" && \ + echo "602349da4bd38606e0ab8b168c10aeddc4f8aa05d508ff48ddbe8db14541c6e8 multilib-devel-20250425.0.341427.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250423.0.340846.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250425.0.341427.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="20250423.0.340846" +LABEL org.opencontainers.image.version="20250425.0.341427" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-23T09:07:21+00:00" +LABEL org.opencontainers.image.created="2025-04-25T09:07:12+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250423.0.340846' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250425.0.341427' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]