From 68901fc8529a2791fb7e7707a053fb95e1903e7a Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Tue, 23 Apr 2024 09:07:21 +0000 Subject: [PATCH] Release 20240423.0.230994 --- 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 3d3a2bd..31b3617 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/20240422.0.230757/base-20240422.0.230757.tar.zst" && \ - echo "bfffd648e4fd026e02c075dc31f66e00d3daebe370940239a1122b32bc4525f5 base-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/base-20240423.0.230994.tar.zst" && \ + echo "ce9a3ced3fbf54b5ad445c43eea2dec7721d3b31c94a27a277ceb96b58e7aa3f base-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240422.0.230757.tar.zst + tar -C /rootfs --extract --file base-20240423.0.230994.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="20240422.0.230757" +LABEL org.opencontainers.image.version="20240423.0.230994" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 28b9df9..0e8582b 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/20240422.0.230757/base-devel-20240422.0.230757.tar.zst" && \ - echo "906bd99c1e78fb74a2688dc8ad0061402e00a624aa4ff5d978c7b471defd9f94 base-devel-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/base-devel-20240423.0.230994.tar.zst" && \ + echo "a8caa317198615b1fb27263f25aeedb83f36055f8f07da2675eaec9e4fc6fce3 base-devel-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240422.0.230757.tar.zst + tar -C /rootfs --extract --file base-devel-20240423.0.230994.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="20240422.0.230757" +LABEL org.opencontainers.image.version="20240423.0.230994" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 78ee2bc..4e968cc 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/20240422.0.230757/multilib-devel-20240422.0.230757.tar.zst" && \ - echo "99d77154aa459a2f670df8092d07948228383d98bdf16bb22dbd94edd65f67cc multilib-devel-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/multilib-devel-20240423.0.230994.tar.zst" && \ + echo "cb6bb623359dc184d66f74cb6d1d9b0bb45cffa330245a7469d72a4b62c52d1e multilib-devel-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240422.0.230757.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240423.0.230994.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="20240422.0.230757" +LABEL org.opencontainers.image.version="20240423.0.230994" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]