From 45a052fd20dc307fe1e2ca7ce1f69b4b5cb4ff9d Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Mon, 11 Mar 2024 09:07:28 +0000 Subject: [PATCH] Release 20240311.0.220453 --- 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 8892899..5dbbde2 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/20240310.0.220230/base-20240310.0.220230.tar.zst" && \ - echo "9f911befa5eff51aac80aeb5e509a94d17b8ae89a3f309632542b70548ac5c91 base-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240310.0.220230.tar.zst + tar -C /rootfs --extract --file base-20240311.0.220453.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="20240310.0.220230" +LABEL org.opencontainers.image.version="20240311.0.220453" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d0579f2..4b74c51 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/20240310.0.220230/base-devel-20240310.0.220230.tar.zst" && \ - echo "3118e1873ad96d1039e667d325014f210b7dc862db2c3bd3a1d1d21b8f90b226 base-devel-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240310.0.220230.tar.zst + tar -C /rootfs --extract --file base-devel-20240311.0.220453.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="20240310.0.220230" +LABEL org.opencontainers.image.version="20240311.0.220453" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 18f47b5..2ce11bf 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/20240310.0.220230/multilib-devel-20240310.0.220230.tar.zst" && \ - echo "bde54b1bab7528e1b74874e65f990926f71af8b3525dc8c2aae1e74912793b4e multilib-devel-20240310.0.220230.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240310.0.220230.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240311.0.220453.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="20240310.0.220230" +LABEL org.opencontainers.image.version="20240311.0.220453" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-03-10T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240310.0.220230' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]