From 22fb142a2976bf05b17a8c17ea7b4ae3a8ea80cf Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sun, 24 Mar 2024 09:07:38 +0000 Subject: [PATCH] Release 20240324.0.224044 --- 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 4c335ac..7746d4a 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/20240323.0.223781/base-20240323.0.223781.tar.zst" && \ - echo "990d919ffe13ab1f705d58c302295553dfd0dd2f4e838bf3853a54015317860b base-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/base-20240324.0.224044.tar.zst" && \ + echo "8dcc273dc595ef65b61892af8e0c800989d58eae7665d351883c4cf0e958354d base-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240323.0.223781.tar.zst + tar -C /rootfs --extract --file base-20240324.0.224044.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="20240323.0.223781" +LABEL org.opencontainers.image.version="20240324.0.224044" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4c317a3..fab3b49 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/20240323.0.223781/base-devel-20240323.0.223781.tar.zst" && \ - echo "80f14de788940d5f52070976c73fedea75078e04c8c51e94c8197f2b490446d3 base-devel-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/base-devel-20240324.0.224044.tar.zst" && \ + echo "791033b6e5066fea6fc1f412c26df86e18d603c513373a04a50fffc410e55145 base-devel-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240323.0.223781.tar.zst + tar -C /rootfs --extract --file base-devel-20240324.0.224044.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="20240323.0.223781" +LABEL org.opencontainers.image.version="20240324.0.224044" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index afb5610..5f5d6fa 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/20240323.0.223781/multilib-devel-20240323.0.223781.tar.zst" && \ - echo "e2e8d418a905809041a80c01e4071e593589a382bc2706129484856284b4d19b multilib-devel-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/multilib-devel-20240324.0.224044.tar.zst" && \ + echo "17816e4a67292187228ae52fd22b345b4a19f604d1be6e963a59dff1acc80e9e multilib-devel-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240323.0.223781.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240324.0.224044.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="20240323.0.223781" +LABEL org.opencontainers.image.version="20240324.0.224044" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]