From 8927543be41468cddf77a2fd4148bcdc5cf22e97 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sun, 10 Sep 2023 00:07:33 +0000 Subject: [PATCH] Release 20230910.0.177821 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 6600dc1..6c4a815 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/v20230909.0.177709 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4954/download")" && \ - echo "38f2817625b07c111d2f23ee91249fb00fcb8cce634c1d7df44a1ded6cf91d9a base-20230909.0.177709.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230910.0.177821 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4958/download")" && \ + echo "a89d17344fdb1aefa13843905a4b9abc19f94bc3670c58bd53fef9d26599bbc5 base-20230910.0.177821.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="20230909.0.177709" +LABEL org.opencontainers.image.version="20230910.0.177821" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-09T09:07:35+00:00" +LABEL org.opencontainers.image.created="2023-09-10T00:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230909.0.177709' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230910.0.177821' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ac695e1..37f42e7 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/v20230909.0.177709 -RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4956/download")" && \ - echo "f025ee6e30d6039578fcc9410183c01d0cc8ce3b5b7afe95ccd26c1cf36b2e8e base-devel-20230909.0.177709.tar.zst" > /tmp/rootfs.tar.sha256 && \ +# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20230910.0.177821 +RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4960/download")" && \ + echo "0f0ef7e150a7ea89000fb7e5167b2fdb2a41c3aac1ad9992118382f52b3078ca base-devel-20230910.0.177821.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="20230909.0.177709" +LABEL org.opencontainers.image.version="20230910.0.177821" LABEL org.opencontainers.image.revision="301942f9e5995770cb5e4dedb4fe9166afa4806d" -LABEL org.opencontainers.image.created="2023-09-09T09:07:39+00:00" +LABEL org.opencontainers.image.created="2023-09-10T00:07:33+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20230909.0.177709' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20230910.0.177821' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]