From 48a67e92e6862d83302df3c3a776b420a0a9f765 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 21 Oct 2024 09:07:36 +0000 Subject: [PATCH] Release 20241021.0.271886 --- 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 59d1a9f..7c86ad7 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271655/base-20241020.0.271655.tar.zst" && \ - echo "571296635bd2b9b4570f70dafb2aa9af79e8c49ff48d0f1ba309d15137daf628 base-20241020.0.271655.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/base-20241021.0.271886.tar.zst" && \ + echo "69e5bab2538eb39a8a374361f6052cb80a2a3fa9968e5a18c08be4d69df60e05 base-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241020.0.271655.tar.zst + tar -C /rootfs --extract --file base-20241021.0.271886.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="20241020.0.271655" +LABEL org.opencontainers.image.version="20241021.0.271886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-20T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271655' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 318d834..cd8d198 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271655/base-devel-20241020.0.271655.tar.zst" && \ - echo "dc039e27cc5bb170a73c2b52c3fd6b35763826d9db1ae91028219be44df52a76 base-devel-20241020.0.271655.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/base-devel-20241021.0.271886.tar.zst" && \ + echo "d22bffe602a9bedc93aab8bc778b6f9a3e5f4a03f791fb24c3aee50a7649eee7 base-devel-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241020.0.271655.tar.zst + tar -C /rootfs --extract --file base-devel-20241021.0.271886.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="20241020.0.271655" +LABEL org.opencontainers.image.version="20241021.0.271886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-20T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271655' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 305366f..d34cb39 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271655/multilib-devel-20241020.0.271655.tar.zst" && \ - echo "f3567b9da2d3d6db7cca8de4844d3d7ca0dcbfe25c78ad5f34ba6a86f008099a multilib-devel-20241020.0.271655.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/multilib-devel-20241021.0.271886.tar.zst" && \ + echo "ec809c47fa3b400920f41a992ab120a5816e30250f38452d5732e834a6e4da75 multilib-devel-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241020.0.271655.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241021.0.271886.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="20241020.0.271655" +LABEL org.opencontainers.image.version="20241021.0.271886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-20T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271655' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]