From b0595049089a192b8361d42c260be7e96af262ed Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 29 Jul 2025 09:07:00 +0000 Subject: [PATCH] Release 20250729.0.391592 --- 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 4856477..6326ba9 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/20250728.0.390890/base-20250728.0.390890.tar.zst" && \ - echo "2d2cf3381484acc292c8448ecd6aed2d4c1123d2ed381e29e8845253a927be29 base-20250728.0.390890.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250729.0.391592/base-20250729.0.391592.tar.zst" && \ + echo "cf2c7378defe2523cd705053175c744050dc41951a86f7db34f4e803a1b312a7 base-20250729.0.391592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250728.0.390890.tar.zst + tar -C /rootfs --extract --file base-20250729.0.391592.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="20250728.0.390890" +LABEL org.opencontainers.image.version="20250729.0.391592" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-28T09:06:50+00:00" +LABEL org.opencontainers.image.created="2025-07-29T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250728.0.390890' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250729.0.391592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4ac48aa..24b7074 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/20250728.0.390890/base-devel-20250728.0.390890.tar.zst" && \ - echo "06eacfea151798700556f7dd00d294c5994fd54a92f25fa96f8691e032814c66 base-devel-20250728.0.390890.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250729.0.391592/base-devel-20250729.0.391592.tar.zst" && \ + echo "82f016da96fce7b12d73a8871607a0a6c8c507cabffaa0351a25c612d3e3c58a base-devel-20250729.0.391592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250728.0.390890.tar.zst + tar -C /rootfs --extract --file base-devel-20250729.0.391592.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="20250728.0.390890" +LABEL org.opencontainers.image.version="20250729.0.391592" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-28T09:06:50+00:00" +LABEL org.opencontainers.image.created="2025-07-29T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250728.0.390890' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250729.0.391592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b488c8b..101a7d9 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/20250728.0.390890/multilib-devel-20250728.0.390890.tar.zst" && \ - echo "119747766d722de9ecc150e44b03f86f9dc4f45b434990edbc5fecf6e3a2ba0e multilib-devel-20250728.0.390890.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250729.0.391592/multilib-devel-20250729.0.391592.tar.zst" && \ + echo "7653286e50cbe5e704c848db405eba4dc49276ad00aa8b683873dac041d1be75 multilib-devel-20250729.0.391592.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250728.0.390890.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250729.0.391592.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="20250728.0.390890" +LABEL org.opencontainers.image.version="20250729.0.391592" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-28T09:06:50+00:00" +LABEL org.opencontainers.image.created="2025-07-29T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250728.0.390890' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250729.0.391592' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]