From 3987f73bbcf315c1b5d47ac2b6bcb57fff165c08 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Mon, 6 May 2024 09:07:34 +0000 Subject: [PATCH] Release 20240506.0.234176 --- 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 9e74307..d76a663 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/20240505.0.233987/base-20240505.0.233987.tar.zst" && \ - echo "94b38f2bf108c9874026138098cd2e3b935d3a3c91580ea71778e52b6bc42613 base-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/base-20240506.0.234176.tar.zst" && \ + echo "7a2616a3747f77cad292e948a5f6d6614f3dd36b74a9314bf5eae1f27e7a384a base-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240505.0.233987.tar.zst + tar -C /rootfs --extract --file base-20240506.0.234176.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="20240505.0.233987" +LABEL org.opencontainers.image.version="20240506.0.234176" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00" +LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index bf59a62..7cf3307 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/20240505.0.233987/base-devel-20240505.0.233987.tar.zst" && \ - echo "77fdc22491d1e8f5b6cd4e5f5ef7920694df5aa56d575b4eaa3182a9c92cd068 base-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/base-devel-20240506.0.234176.tar.zst" && \ + echo "8d8956eaa93be5500a54794a57abff2460a646e85dd80a53f2f5c67b25694294 base-devel-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240505.0.233987.tar.zst + tar -C /rootfs --extract --file base-devel-20240506.0.234176.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="20240505.0.233987" +LABEL org.opencontainers.image.version="20240506.0.234176" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00" +LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c6089ab..33ade5a 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/20240505.0.233987/multilib-devel-20240505.0.233987.tar.zst" && \ - echo "dbb674f5d2b0cb91ad74ac66d5eb75fb46615e276857e6958eff5ee583bbbba5 multilib-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/multilib-devel-20240506.0.234176.tar.zst" && \ + echo "c8b60501fd7249e2adc1e6162ee0ce1c281628fadaaff1973a84afcc712ebf6c multilib-devel-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240505.0.233987.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240506.0.234176.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="20240505.0.233987" +LABEL org.opencontainers.image.version="20240506.0.234176" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00" +LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]