From a0300921fe908ee87b34ff29e55a9d1fdfe083d7 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Thu, 11 Apr 2024 09:07:25 +0000 Subject: [PATCH] Release 20240411.0.228452 --- 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 aea6435..8262e78 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/20240410.0.228259/base-20240410.0.228259.tar.zst" && \ - echo "03b974356fe68749d672da14f7dcd8f011fe8692bbeb39ce03f06aeceb1af5f4 base-20240410.0.228259.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240411.0.228452/base-20240411.0.228452.tar.zst" && \ + echo "a9c2ad0b60d13afd7a6073051d315f86bec187440e7e36008f4eb750a40de076 base-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240410.0.228259.tar.zst + tar -C /rootfs --extract --file base-20240411.0.228452.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="20240410.0.228259" +LABEL org.opencontainers.image.version="20240411.0.228452" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-10T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240410.0.228259' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 31c1e92..bb899c9 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/20240410.0.228259/base-devel-20240410.0.228259.tar.zst" && \ - echo "84713c0660c4cd3e3e87fb5263f0ebc4284c74c4fa13949d22ad631447c0f641 base-devel-20240410.0.228259.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240411.0.228452/base-devel-20240411.0.228452.tar.zst" && \ + echo "9507e3a669b6da46da445200f04839c63706dcbf52f840824273efd9f294f846 base-devel-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240410.0.228259.tar.zst + tar -C /rootfs --extract --file base-devel-20240411.0.228452.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="20240410.0.228259" +LABEL org.opencontainers.image.version="20240411.0.228452" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-10T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240410.0.228259' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 655acb1..aa6271b 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/20240410.0.228259/multilib-devel-20240410.0.228259.tar.zst" && \ - echo "0ddfa36373a971f4d3322185e47c8cdc31290d79773186a6acc9e54625e40117 multilib-devel-20240410.0.228259.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240411.0.228452/multilib-devel-20240411.0.228452.tar.zst" && \ + echo "43820ca288a82ed33f4049905f4a990e05fb501d1431b0e28dafeda53d36b2c1 multilib-devel-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240410.0.228259.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240411.0.228452.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="20240410.0.228259" +LABEL org.opencontainers.image.version="20240411.0.228452" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-10T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240410.0.228259' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]