From beebbc5a9bf61189ba756dbcd2f7742007fbc432 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Fri, 8 Sep 2023 15:31:43 +0000 Subject: [PATCH] Release 20230908.0.177571 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index f27aba7..f6d2c7c 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify RUN apk add --no-cache curl tar zstd -# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230725.0.167364 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4914/download")" && \ - echo "222d02515ea1d7f39aea54f3c2beafb1e452588f8ca5212b372367abe00c22bf base-20230725.0.167364.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230908.0.177571 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4950/download")" && \ + echo "ec04bffbffc776d70d670191f91521b519b9e199359337344e130680546bdc29 base-20230908.0.177571.tar.zst" > /tmp/rootfs.tar.sha256 && \ cat /tmp/rootfs.tar.sha256 && \ sha256sum -c /tmp/rootfs.tar.sha256 && \ mkdir /rootfs && \ @@ -31,14 +31,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="20230725.0.167364" +LABEL org.opencontainers.image.version="20230908.0.177571" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-07-25T09:07:42+00:00" +LABEL org.opencontainers.image.created="2023-09-08T15:31:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230725.0.167364' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230908.0.177571' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index bd99046..ca7a28f 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,9 +14,9 @@ FROM alpine:3.18 AS verify RUN apk add --no-cache curl tar zstd -# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230725.0.167364 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4916/download")" && \ - echo "92b0ebc2df5f27f098053bdd49a1076f6bd6d73e5ce01854a8f6ce348f0ef005 base-devel-20230725.0.167364.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230908.0.177571 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4952/download")" && \ + echo "28f02ac120d91b45bd57cd735d557badfc85bf3d52daead6a99f564c6a16b26b base-devel-20230908.0.177571.tar.zst" > /tmp/rootfs.tar.sha256 && \ cat /tmp/rootfs.tar.sha256 && \ sha256sum -c /tmp/rootfs.tar.sha256 && \ mkdir /rootfs && \ @@ -31,14 +31,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="20230725.0.167364" +LABEL org.opencontainers.image.version="20230908.0.177571" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-07-25T09:07:46+00:00" +LABEL org.opencontainers.image.created="2023-09-08T15:31:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230725.0.167364' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230908.0.177571' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]