From ecd024d596772f1a52efc4ad8ff54577cbefca9e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 20 Jul 2025 00:07:34 +0000 Subject: [PATCH] Release 20250720.0.386825 --- 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 ed377f8..52a61ff 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/20250719.0.386593/base-20250719.0.386593.tar.zst" && \ - echo "a3ba104633106e995ee331ccbc59d9b9a9c1d61cd862f6829f6ddc2bb2f8a428 base-20250719.0.386593.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250720.0.386825/base-20250720.0.386825.tar.zst" && \ + echo "cd162404c71cfd59a90f66b75b65d5be9f9c3fe654dd7267fb462ed506d15170 base-20250720.0.386825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250719.0.386593.tar.zst + tar -C /rootfs --extract --file base-20250720.0.386825.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="20250719.0.386593" +LABEL org.opencontainers.image.version="20250720.0.386825" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-19T09:07:29+00:00" +LABEL org.opencontainers.image.created="2025-07-20T00:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250719.0.386593' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250720.0.386825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 1c0a037..ad7b7a7 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/20250719.0.386593/base-devel-20250719.0.386593.tar.zst" && \ - echo "95404327ec96db8d909e57beb9120f41d02ba42e4210b3fe2fc753d1a2cdc406 base-devel-20250719.0.386593.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250720.0.386825/base-devel-20250720.0.386825.tar.zst" && \ + echo "8ed2fd0af1b9506f8695352557407598b23fb73ac50d944f306e67b5cfd781fa base-devel-20250720.0.386825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250719.0.386593.tar.zst + tar -C /rootfs --extract --file base-devel-20250720.0.386825.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="20250719.0.386593" +LABEL org.opencontainers.image.version="20250720.0.386825" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-19T09:07:29+00:00" +LABEL org.opencontainers.image.created="2025-07-20T00:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250719.0.386593' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250720.0.386825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f17bc1e..3c3d02a 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/20250719.0.386593/multilib-devel-20250719.0.386593.tar.zst" && \ - echo "22180e10f12f67a445c3fb96974983c062fc8fb8687dd7ed5aaa498c948b6332 multilib-devel-20250719.0.386593.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250720.0.386825/multilib-devel-20250720.0.386825.tar.zst" && \ + echo "495204e0f4399843e2de1aa6ea13fe54ed1e0c4ecb32aca6307a2f52bf41f325 multilib-devel-20250720.0.386825.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250719.0.386593.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250720.0.386825.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="20250719.0.386593" +LABEL org.opencontainers.image.version="20250720.0.386825" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-19T09:07:29+00:00" +LABEL org.opencontainers.image.created="2025-07-20T00:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250719.0.386593' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250720.0.386825' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]