From eddfb50b8d25754b13615e9a5691b216bc27a9d3 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 20 Oct 2024 00:07:52 +0000 Subject: [PATCH] Release 20241020.0.271562 --- 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 01f60d8..30e2f06 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/20241019.0.271367/base-20241019.0.271367.tar.zst" && \ - echo "f77e6888c09dbd9f85a2a6c793da0d509d1330c5d0613b5187be8140f0fe652a base-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/base-20241020.0.271562.tar.zst" && \ + echo "9934566815026674b4fff9123576d3900fa1d8bf3eb9cbf39c5077ca8e3d3a7a base-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241019.0.271367.tar.zst + tar -C /rootfs --extract --file base-20241020.0.271562.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="20241019.0.271367" +LABEL org.opencontainers.image.version="20241020.0.271562" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00" +LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b8b0ece..407b47c 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/20241019.0.271367/base-devel-20241019.0.271367.tar.zst" && \ - echo "646131b8d1c6dd0a11db65c9b7622d550a004b0dbff31e04c6e194f7ea13c7f8 base-devel-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/base-devel-20241020.0.271562.tar.zst" && \ + echo "2afa18d9fc3258c737500031f03dd42c828d196203cc2719ce31335be35f105c base-devel-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241019.0.271367.tar.zst + tar -C /rootfs --extract --file base-devel-20241020.0.271562.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="20241019.0.271367" +LABEL org.opencontainers.image.version="20241020.0.271562" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00" +LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 35106d6..1bb4e34 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/20241019.0.271367/multilib-devel-20241019.0.271367.tar.zst" && \ - echo "652e912dbac8bb0f0b99240c35b23cf26e5fd75fce96236d5095289b5ec02ac2 multilib-devel-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/multilib-devel-20241020.0.271562.tar.zst" && \ + echo "3ce532d7220787fed8ff2bb1d23b3c8565d5e2762a2bc20c972376655a4509bd multilib-devel-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241019.0.271367.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241020.0.271562.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="20241019.0.271367" +LABEL org.opencontainers.image.version="20241020.0.271562" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00" +LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]