From c9cc0b9ff6483a5226ebebff096f5f17d57df0fc Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 2 Mar 2025 00:07:35 +0000 Subject: [PATCH] Release 20250302.0.316047 --- 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 425cb0d..b12167c 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/20250228.0.314897/base-20250228.0.314897.tar.zst" && \ - echo "f6eff1f6d02736e184227b34862d689b701fd1e593c152869a7dfa449fce61da base-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/base-20250302.0.316047.tar.zst" && \ + echo "efa7ceff00534763cf264a8477eaf7b6fd45ef8c4a620f2076dac232199042cd base-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250228.0.314897.tar.zst + tar -C /rootfs --extract --file base-20250302.0.316047.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="20250228.0.314897" +LABEL org.opencontainers.image.version="20250302.0.316047" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00" +LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3c13510..c0b6504 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/20250228.0.314897/base-devel-20250228.0.314897.tar.zst" && \ - echo "9c6ea5013b08cd9251b200296601db5fa1d6f1fcd3f868298f4d54e7524a11b6 base-devel-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/base-devel-20250302.0.316047.tar.zst" && \ + echo "a5bf80390d8033db3924c5fed8dc1be9864a9bfaffae1ea8aaf610674c85c501 base-devel-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250228.0.314897.tar.zst + tar -C /rootfs --extract --file base-devel-20250302.0.316047.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="20250228.0.314897" +LABEL org.opencontainers.image.version="20250302.0.316047" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00" +LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c7a1525..215b595 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/20250228.0.314897/multilib-devel-20250228.0.314897.tar.zst" && \ - echo "3c4d61d457053a66d2fd23af4c24e0b82ca471e43cd0d94b0b5f506a5142c96d multilib-devel-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/multilib-devel-20250302.0.316047.tar.zst" && \ + echo "0675d7106f7acf10523075595824eabcab76b7fb7b52ec0a92b361305f05b474 multilib-devel-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250228.0.314897.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250302.0.316047.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="20250228.0.314897" +LABEL org.opencontainers.image.version="20250302.0.316047" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00" +LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]