From a5e28008baa62175b0e3803dd47dbbe6df73e20c Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 7 Jun 2025 09:07:35 +0000 Subject: [PATCH] Release 20250607.0.361359 --- 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 74eb4a4..d009ae5 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/base-20250606.0.360663.tar.zst" && \ - echo "547e2e8810bb30e24890d79c2af340ec0c895ccc42af0d81a951289739fb0f3f base-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/base-20250607.0.361359.tar.zst" && \ + echo "801d315ac26b6cac732bc080551a6256489c1d4ea0bc5895f1b96e7cb050d5e8 base-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250606.0.360663.tar.zst + tar -C /rootfs --extract --file base-20250607.0.361359.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="20250606.0.360663" +LABEL org.opencontainers.image.version="20250607.0.361359" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00" +LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7a73561..9c5ecb9 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/base-devel-20250606.0.360663.tar.zst" && \ - echo "b275f46e0c20d64f06695907af677c8afcb0a0017fc707eb13108a6b62e5d960 base-devel-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/base-devel-20250607.0.361359.tar.zst" && \ + echo "02b647be7dc6576a121a9c34830704eecb4af93e88c11f123a7c2ccf8c6e5848 base-devel-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250606.0.360663.tar.zst + tar -C /rootfs --extract --file base-devel-20250607.0.361359.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="20250606.0.360663" +LABEL org.opencontainers.image.version="20250607.0.361359" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00" +LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2fc19e7..7a4b7ce 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250606.0.360663/multilib-devel-20250606.0.360663.tar.zst" && \ - echo "120fe922452b249e1f14233d5d05587479a94c57b630c54550dc5645da58c471 multilib-devel-20250606.0.360663.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250607.0.361359/multilib-devel-20250607.0.361359.tar.zst" && \ + echo "b90c68c185fd0dd3f599006bcfefc3ce6bc72a3c6c99f702aac6ccd5d37a055e multilib-devel-20250607.0.361359.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250606.0.360663.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250607.0.361359.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="20250606.0.360663" +LABEL org.opencontainers.image.version="20250607.0.361359" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-06T09:07:46+00:00" +LABEL org.opencontainers.image.created="2025-06-07T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250606.0.360663' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250607.0.361359' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]