From 1def04b65ae34c9187bd0c933da4e97cce9cf52d Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 26 Mar 2025 09:08:19 +0000 Subject: [PATCH] Release 20250326.0.327110 --- 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 0d659eb..1676800 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/20250325.0.326234/base-20250325.0.326234.tar.zst" && \ - echo "c1bc2a48f23054443ff56d84c0cc7ea0195c098f6c1eb90c554d5b736c59cda0 base-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/base-20250326.0.327110.tar.zst" && \ + echo "523bec6f494b70ad934c648e8ef0d8b6aef69b5c1c44213779dbd19a22eb3595 base-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250325.0.326234.tar.zst + tar -C /rootfs --extract --file base-20250326.0.327110.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="20250325.0.326234" +LABEL org.opencontainers.image.version="20250326.0.327110" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 286c72f..54fc50d 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/20250325.0.326234/base-devel-20250325.0.326234.tar.zst" && \ - echo "c1b911ccae967c0318d6f383b7b8e8a1c883fa1292c1aa9cc914d00865b03ecb base-devel-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/base-devel-20250326.0.327110.tar.zst" && \ + echo "f03be3db12d62896ef29a138dc40f0a56b2e221772b62f7678942801765c2c46 base-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250325.0.326234.tar.zst + tar -C /rootfs --extract --file base-devel-20250326.0.327110.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="20250325.0.326234" +LABEL org.opencontainers.image.version="20250326.0.327110" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 61a976e..d4118a7 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/20250325.0.326234/multilib-devel-20250325.0.326234.tar.zst" && \ - echo "740181a4c11a7587827b8e59c3bd633b9961751d474f3999b71aebb91e11328b multilib-devel-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/multilib-devel-20250326.0.327110.tar.zst" && \ + echo "877614dd5a9765ff4afc7a1baadf4cf4d581c4d5c2aa0aade53b23db020fe08d multilib-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250325.0.326234.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250326.0.327110.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="20250325.0.326234" +LABEL org.opencontainers.image.version="20250326.0.327110" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]