From d117b0a290dcb4f7d248d467baaf0c3613ce09b8 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sat, 18 May 2024 09:07:35 +0000 Subject: [PATCH] Release 20240518.0.236833 --- 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 665bd99..7079ac9 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/20240517.0.236589/base-20240517.0.236589.tar.zst" && \ - echo "f03a835ebe9aa226a11ffcbf8c51c1bb99dbca5fd6241a934a4cd60bcb10120e base-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/base-20240518.0.236833.tar.zst" && \ + echo "8045471cd16b4c0983354d6998ceec2073c820b14d7bc6187975feccde78fe7b base-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240517.0.236589.tar.zst + tar -C /rootfs --extract --file base-20240518.0.236833.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="20240517.0.236589" +LABEL org.opencontainers.image.version="20240518.0.236833" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 987584e..0b6df36 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/20240517.0.236589/base-devel-20240517.0.236589.tar.zst" && \ - echo "eafb33caabb1791a37004e366c50032a7c188f3f15df6fb1d4cc99c1c78c7093 base-devel-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/base-devel-20240518.0.236833.tar.zst" && \ + echo "138a2137f503089881049b650534cd5c6e186a51c50b0b5f3fafb6c7e19bdb21 base-devel-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240517.0.236589.tar.zst + tar -C /rootfs --extract --file base-devel-20240518.0.236833.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="20240517.0.236589" +LABEL org.opencontainers.image.version="20240518.0.236833" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c95cc53..61c34f9 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/20240517.0.236589/multilib-devel-20240517.0.236589.tar.zst" && \ - echo "e51a9a73f484e9a7ff0293407920052c774fd78d1fdd62b32cb18d42dc7187da multilib-devel-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/multilib-devel-20240518.0.236833.tar.zst" && \ + echo "c8ee163903d0b7ab2d926b2db856abe8099fce12c0d5348c6e7203b6891a7ce4 multilib-devel-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240517.0.236589.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240518.0.236833.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="20240517.0.236589" +LABEL org.opencontainers.image.version="20240518.0.236833" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]