From d797b60d2311cf1f749433d3e14e2c0e4d9070ea Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Tue, 30 Apr 2024 09:07:28 +0000 Subject: [PATCH] Release 20240430.0.232760 --- 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 04279c9..6eba504 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/20240429.0.232545/base-20240429.0.232545.tar.zst" && \ - echo "adb16825a53a602a7cfd0af38595117fff04a2151990260a57fc7074a906b1ee base-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240430.0.232760/base-20240430.0.232760.tar.zst" && \ + echo "f4f33299d670f601112bcf6effce1af8fecc117e9c84ef725e23a9871a4f4da4 base-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240429.0.232545.tar.zst + tar -C /rootfs --extract --file base-20240430.0.232760.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="20240429.0.232545" +LABEL org.opencontainers.image.version="20240430.0.232760" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a9edde3..1785cfb 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/20240429.0.232545/base-devel-20240429.0.232545.tar.zst" && \ - echo "a73d97dd04e88bb28fc19110812d2d8b7842cbee43202da242eae908f9c79b32 base-devel-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240430.0.232760/base-devel-20240430.0.232760.tar.zst" && \ + echo "8a3344b72dd8d31ac1dcf81312cb2546302f623fb285dadb3a6a27b7693b5518 base-devel-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240429.0.232545.tar.zst + tar -C /rootfs --extract --file base-devel-20240430.0.232760.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="20240429.0.232545" +LABEL org.opencontainers.image.version="20240430.0.232760" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8033e90..dd3931d 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/20240429.0.232545/multilib-devel-20240429.0.232545.tar.zst" && \ - echo "5e6f85c4f31c35d6521bffb4cd0cce4e9fb8901eb8e3eab7d5c964312efad652 multilib-devel-20240429.0.232545.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240430.0.232760/multilib-devel-20240430.0.232760.tar.zst" && \ + echo "93b34fe01f6ab090d7c2214b1dd7abff0d12fd41332827d508d1d401bd309022 multilib-devel-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240429.0.232545.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240430.0.232760.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="20240429.0.232545" +LABEL org.opencontainers.image.version="20240430.0.232760" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-29T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240429.0.232545' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]