From 680be4d7f8bf18ac8fe720a67d1d54fc3ee63255 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sun, 3 Mar 2024 09:07:13 +0000 Subject: [PATCH] Release 20240303.0.218488 --- 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 b2a37e9..c4a2202 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/20240302.0.218254/base-20240302.0.218254.tar.zst" && \ - echo "6e9566f42a62ed67d5236e5a0e16ef4d874c6cbdd6543d8b3d5da75224aa25f1 base-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240303.0.218488/base-20240303.0.218488.tar.zst" && \ + echo "0b0706f149a8a2195442ada55ce7bc439cf3d06e13958b06cc59fc117138fdc9 base-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240302.0.218254.tar.zst + tar -C /rootfs --extract --file base-20240303.0.218488.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="20240302.0.218254" +LABEL org.opencontainers.image.version="20240303.0.218488" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b1ab494..7dcb5ac 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/20240302.0.218254/base-devel-20240302.0.218254.tar.zst" && \ - echo "edecaf7310d8142b2f999f14337d39d3b9208357f86775834c1a12eb9cb03842 base-devel-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240303.0.218488/base-devel-20240303.0.218488.tar.zst" && \ + echo "cfcaf8dda3064550d5d237d4cb595fa82a986071adaf568611b2d216e63d9e91 base-devel-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240302.0.218254.tar.zst + tar -C /rootfs --extract --file base-devel-20240303.0.218488.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="20240302.0.218254" +LABEL org.opencontainers.image.version="20240303.0.218488" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 440bc2b..3f8f1d4 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/20240302.0.218254/multilib-devel-20240302.0.218254.tar.zst" && \ - echo "5dd5ce0737cc52e6649c6c8f456c3579d51e82add29a8b72fc33f452e48f61f1 multilib-devel-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240303.0.218488/multilib-devel-20240303.0.218488.tar.zst" && \ + echo "a21e3acf4c59ee6ad54a1879ec1a49b89fc3ca9ac003312c401c010b2dd092c5 multilib-devel-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240302.0.218254.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240303.0.218488.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="20240302.0.218254" +LABEL org.opencontainers.image.version="20240303.0.218488" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]