From 3fa22fb7bbd520dc5c2d257b5222e2d906e51049 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 17 Mar 2025 09:07:23 +0000 Subject: [PATCH] Release 20250317.0.322801 --- 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 12fedab..6f80b97 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/20250316.0.322463/base-20250316.0.322463.tar.zst" && \ - echo "d7d0ea70484c1a5d49d736a03217362a52e32510edaadc0b79f1d18b4372ac6c base-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250316.0.322463.tar.zst + tar -C /rootfs --extract --file base-20250317.0.322801.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="20250316.0.322463" +LABEL org.opencontainers.image.version="20250317.0.322801" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00" +LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b4d856f..206501e 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/20250316.0.322463/base-devel-20250316.0.322463.tar.zst" && \ - echo "40551a412654dacdf5ddf7008ce8487ae0507f74e62046c0cf8561ea50ff5468 base-devel-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250316.0.322463.tar.zst + tar -C /rootfs --extract --file base-devel-20250317.0.322801.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="20250316.0.322463" +LABEL org.opencontainers.image.version="20250317.0.322801" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00" +LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d0f3554..6ab388f 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/20250316.0.322463/multilib-devel-20250316.0.322463.tar.zst" && \ - echo "fb93c689cea243ec3d2edf7db15f4f3b786e5e33426aeb41373b34448496fdb2 multilib-devel-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250316.0.322463.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250317.0.322801.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="20250316.0.322463" +LABEL org.opencontainers.image.version="20250317.0.322801" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00" +LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]