From 89acad6b9b3394738f34fe1b46eea051bf095a34 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 18 Mar 2025 09:07:21 +0000 Subject: [PATCH] Release 20250318.0.323645 --- 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 6f80b97..e7542f0 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/20250317.0.322801/base-20250317.0.322801.tar.zst" && \ - echo "53e55d2489338270af9786457de5669d59a0144d2bfdfc8e2ab65309d8301083 base-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250318.0.323645/base-20250318.0.323645.tar.zst" && \ + echo "3a5c4a7164fb318f8b9b6182673c9848009351b196f11a40b53561eb93fca9fc base-20250318.0.323645.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250317.0.322801.tar.zst + tar -C /rootfs --extract --file base-20250318.0.323645.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="20250317.0.322801" +LABEL org.opencontainers.image.version="20250318.0.323645" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-03-18T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250318.0.323645' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 206501e..bdb6de4 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/20250317.0.322801/base-devel-20250317.0.322801.tar.zst" && \ - echo "576311ea3e84abec27c9ac8bbe06df14c27b28c3e114e73808ad4d7041732d5f base-devel-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250318.0.323645/base-devel-20250318.0.323645.tar.zst" && \ + echo "59ec1e666392aa7903144b7eac863252dc56cade9ce1455d22bf2fe2c73c3adf base-devel-20250318.0.323645.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250317.0.322801.tar.zst + tar -C /rootfs --extract --file base-devel-20250318.0.323645.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="20250317.0.322801" +LABEL org.opencontainers.image.version="20250318.0.323645" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-03-18T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250318.0.323645' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6ab388f..bdb2c3d 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/20250317.0.322801/multilib-devel-20250317.0.322801.tar.zst" && \ - echo "45c00c3eb15b446db7846cd2d9769e1fca0f3e94b6e30f480d6476d73a0f26f7 multilib-devel-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250318.0.323645/multilib-devel-20250318.0.323645.tar.zst" && \ + echo "30e48d8f86dcad592b2ff423c447a842e08aab2c6cdead223176211e6f0fe944 multilib-devel-20250318.0.323645.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250317.0.322801.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250318.0.323645.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="20250317.0.322801" +LABEL org.opencontainers.image.version="20250318.0.323645" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-03-18T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250318.0.323645' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]