From f0e5f5c01001925583c3276bcbdc5032c3cf88c1 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 31 Mar 2025 09:07:26 +0000 Subject: [PATCH] Release 20250331.0.329246 --- 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 cc0814a..1455a29 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/20250330.0.328921/base-20250330.0.328921.tar.zst" && \ - echo "1025328cdfa1d51deccbc00165c7f1da136cd83fda3c5885c2036d2ecabc5b60 base-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/base-20250331.0.329246.tar.zst" && \ + echo "41ddc498ed1c789718abe1679fea3f1b3a233f60b5a1ab19745403a8e5415e7a base-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250330.0.328921.tar.zst + tar -C /rootfs --extract --file base-20250331.0.329246.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="20250330.0.328921" +LABEL org.opencontainers.image.version="20250331.0.329246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00" +LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 615d4f8..30c81d3 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/20250330.0.328921/base-devel-20250330.0.328921.tar.zst" && \ - echo "0bc527c6394f38e8f352234ce8761ca711478bd2d69387e3957e960ff5cfb2f5 base-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/base-devel-20250331.0.329246.tar.zst" && \ + echo "78529b53fa7a07dc1a9429046b73aa3ce3f8006a620f84095106842ac11ae971 base-devel-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250330.0.328921.tar.zst + tar -C /rootfs --extract --file base-devel-20250331.0.329246.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="20250330.0.328921" +LABEL org.opencontainers.image.version="20250331.0.329246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00" +LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a52c872..0e0a8f5 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/20250330.0.328921/multilib-devel-20250330.0.328921.tar.zst" && \ - echo "57801ecc87a4bcbf61979b3e45e486b9e1026efe2732603525f5a120b102fae0 multilib-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/multilib-devel-20250331.0.329246.tar.zst" && \ + echo "37e79a57f4bd8c6be8132f77d7cef02b2f880751323de88f8d65b092c2fb5639 multilib-devel-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250330.0.328921.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250331.0.329246.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="20250330.0.328921" +LABEL org.opencontainers.image.version="20250331.0.329246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00" +LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]