From f522c9889232e4b2eb74b3ab895bf4746e5d4849 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 7 Oct 2024 09:07:23 +0000 Subject: [PATCH] Release 20241007.0.268414 --- 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 a2a6bff..44cc21e 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/20241006.0.268229/base-20241006.0.268229.tar.zst" && \ - echo "0ef1adcfdc21046a82f0194f0fd6aa14c9b178b949fceaebe654733ac3a19c82 base-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241007.0.268414/base-20241007.0.268414.tar.zst" && \ + echo "8c2f8cb776a9c1152595a49546731b167b261164a1044eb9531803b8701ccc2e base-20241007.0.268414.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241006.0.268229.tar.zst + tar -C /rootfs --extract --file base-20241007.0.268414.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="20241006.0.268229" +LABEL org.opencontainers.image.version="20241007.0.268414" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-10-07T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241007.0.268414' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index f7f6026..ddbfbc7 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/20241006.0.268229/base-devel-20241006.0.268229.tar.zst" && \ - echo "af8c0686e81cc2c03e438118d55af76919bac4d38c06601826528805d4e78c4b base-devel-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241007.0.268414/base-devel-20241007.0.268414.tar.zst" && \ + echo "2c69bc4af21e231d6d3e1706afde27224a21f3315270c0b5d05427dbe46b06eb base-devel-20241007.0.268414.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241006.0.268229.tar.zst + tar -C /rootfs --extract --file base-devel-20241007.0.268414.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="20241006.0.268229" +LABEL org.opencontainers.image.version="20241007.0.268414" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-10-07T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241007.0.268414' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b5cc863..0bdec77 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/20241006.0.268229/multilib-devel-20241006.0.268229.tar.zst" && \ - echo "fbf3347c7a35f702a3822fc969bc327f44b07d77aeb48ccd0eb5aaed1d9b06e3 multilib-devel-20241006.0.268229.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241007.0.268414/multilib-devel-20241007.0.268414.tar.zst" && \ + echo "296d8b1aa520365c19181392b483621a7c7eec232876a9bcac0b684ea836063b multilib-devel-20241007.0.268414.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241006.0.268229.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241007.0.268414.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="20241006.0.268229" +LABEL org.opencontainers.image.version="20241007.0.268414" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-06T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-10-07T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241006.0.268229' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241007.0.268414' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]