From e6f9ace14c9926d56fc9c8d7d5dd4049d7eaab9c Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Tue, 12 Mar 2024 09:07:41 +0000 Subject: [PATCH] Release 20240312.0.220676 --- 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 5dbbde2..c96c756 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/20240311.0.220453/base-20240311.0.220453.tar.zst" && \ - echo "347bdc4d356a22943f2e627490f20df67b2d9bee2503e00e1a5046005aef9b2d base-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/base-20240312.0.220676.tar.zst" && \ + echo "72102b75321e49fb197c6a6a31bae26e6eb49fe022d13a14f4afcdb934ae79cd base-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240311.0.220453.tar.zst + tar -C /rootfs --extract --file base-20240312.0.220676.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="20240311.0.220453" +LABEL org.opencontainers.image.version="20240312.0.220676" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4b74c51..5dad5d6 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/20240311.0.220453/base-devel-20240311.0.220453.tar.zst" && \ - echo "a33ccb3771cd5e2bba691de83992ddf640794d640e6f1704acbf25a472a0441c base-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/base-devel-20240312.0.220676.tar.zst" && \ + echo "f5964494264e15837b08cec22e84a0fce3a493c6cb5ec4572945b186ec6946b3 base-devel-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240311.0.220453.tar.zst + tar -C /rootfs --extract --file base-devel-20240312.0.220676.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="20240311.0.220453" +LABEL org.opencontainers.image.version="20240312.0.220676" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2ce11bf..85c29e3 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/20240311.0.220453/multilib-devel-20240311.0.220453.tar.zst" && \ - echo "8814ee95a8e744274f0429845b9b43f98adb445300067001a219ae8668b52da1 multilib-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/multilib-devel-20240312.0.220676.tar.zst" && \ + echo "59247b9caec1a5ec0b4ec96133dc70d30c5a62dd4551d61c3957123cf5586798 multilib-devel-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240311.0.220453.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240312.0.220676.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="20240311.0.220453" +LABEL org.opencontainers.image.version="20240312.0.220676" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]