From c26bcfa2cdf9b898ca1d23f6400aa716b540126b Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 23 Mar 2025 09:07:41 +0000 Subject: [PATCH] Release 20250323.0.325554 --- 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 645fbc5..700088e 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/20250323.0.325468/base-20250323.0.325468.tar.zst" && \ - echo "a69bb26a212f7524b5a4aad29d04b1883e5a58144a619071fd8df5e278f31381 base-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325554/base-20250323.0.325554.tar.zst" && \ + echo "a8141694d0a66951ba38f583590eee14241ac95546d6f69e22da14497618ddc1 base-20250323.0.325554.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250323.0.325468.tar.zst + tar -C /rootfs --extract --file base-20250323.0.325554.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="20250323.0.325468" +LABEL org.opencontainers.image.version="20250323.0.325554" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00" +LABEL org.opencontainers.image.created="2025-03-23T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325554' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 33b2dfa..86aab2d 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/20250323.0.325468/base-devel-20250323.0.325468.tar.zst" && \ - echo "6fb36efea65c23514dd42425017f650524f81134f1180622345942ab50655f39 base-devel-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325554/base-devel-20250323.0.325554.tar.zst" && \ + echo "a0413ec2bee486d66584402a108d2858aafdb104ef50b8a4f0152018c164901c base-devel-20250323.0.325554.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250323.0.325468.tar.zst + tar -C /rootfs --extract --file base-devel-20250323.0.325554.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="20250323.0.325468" +LABEL org.opencontainers.image.version="20250323.0.325554" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00" +LABEL org.opencontainers.image.created="2025-03-23T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325554' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 5483bb5..6efa9f0 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/20250323.0.325468/multilib-devel-20250323.0.325468.tar.zst" && \ - echo "364accfcb77a2624e485a4c46846aa37c5b42e75d9d28654faa6727bd40f180b multilib-devel-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325554/multilib-devel-20250323.0.325554.tar.zst" && \ + echo "60db1f2a36140152ce0c04c2508b634c6c6399231334732e78f05c4df6fd210b multilib-devel-20250323.0.325554.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250323.0.325468.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250323.0.325554.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="20250323.0.325468" +LABEL org.opencontainers.image.version="20250323.0.325554" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00" +LABEL org.opencontainers.image.created="2025-03-23T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325554' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]