From 70aed63144eeef75586bec5419a9dcb99f294c43 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 22 Jun 2025 00:07:28 +0000 Subject: [PATCH] Release 20250622.0.370030 --- 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 7d03f3e..c6fdb44 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250621.0.369865/base-20250621.0.369865.tar.zst" && \ - echo "669c07abad7169dc89cf4f6b5bc683d5bc24115d8d2bb797c637cb94a0622dd7 base-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/base-20250622.0.370030.tar.zst" && \ + echo "661102be3ede6ca5c6119852139e6f7d86ac37d85a28cb3efafccc28de4d16a6 base-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250621.0.369865.tar.zst + tar -C /rootfs --extract --file base-20250622.0.370030.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="20250621.0.369865" +LABEL org.opencontainers.image.version="20250622.0.370030" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b77ef3b..033561a 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250621.0.369865/base-devel-20250621.0.369865.tar.zst" && \ - echo "57b1adc4b4d0c1052b4f657859d7a04ede49092ce310275bf5d79e334d9568b5 base-devel-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/base-devel-20250622.0.370030.tar.zst" && \ + echo "2415fea549e210c51029da939b579a83205925fb8cd585af300482296ad19fe6 base-devel-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250621.0.369865.tar.zst + tar -C /rootfs --extract --file base-devel-20250622.0.370030.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="20250621.0.369865" +LABEL org.opencontainers.image.version="20250622.0.370030" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 3c224c1..42dc789 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250621.0.369865/multilib-devel-20250621.0.369865.tar.zst" && \ - echo "4d828382578bb29c0d20e04a6f7988fce15029f5ec9e145660cfb3fc3d16a7af multilib-devel-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/multilib-devel-20250622.0.370030.tar.zst" && \ + echo "ff1c06698bae6306ed6c25ad929e7508e90dccb50233c93cd7287dad52269288 multilib-devel-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250621.0.369865.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250622.0.370030.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="20250621.0.369865" +LABEL org.opencontainers.image.version="20250622.0.370030" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00" +LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]