From 71e027f35fc635c6df8a99c409ad32db67119bfc Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Fri, 17 May 2024 09:07:25 +0000 Subject: [PATCH] Release 20240517.0.236589 --- 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 ab938e9..665bd99 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/20240516.0.236432/base-20240516.0.236432.tar.zst" && \ - echo "86c726f73d0a31e402d7b89e88691a25bfc8c0b7fdeadcf4da8bae21abcee4fc base-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240516.0.236432.tar.zst + tar -C /rootfs --extract --file base-20240517.0.236589.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="20240516.0.236432" +LABEL org.opencontainers.image.version="20240517.0.236589" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b88390b..987584e 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/20240516.0.236432/base-devel-20240516.0.236432.tar.zst" && \ - echo "9437e434ae30b4e9029bd4661b3e9ba6b19e8d1299d0ee552d5ad1819a7b511e base-devel-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240516.0.236432.tar.zst + tar -C /rootfs --extract --file base-devel-20240517.0.236589.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="20240516.0.236432" +LABEL org.opencontainers.image.version="20240517.0.236589" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 3f60024..c95cc53 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/20240516.0.236432/multilib-devel-20240516.0.236432.tar.zst" && \ - echo "88d2fd20b3baf8bd7deaff85eca70f97933ddada8b1fabf6b5b81a35a45b5dc3 multilib-devel-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240516.0.236432.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240517.0.236589.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="20240516.0.236432" +LABEL org.opencontainers.image.version="20240517.0.236589" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]