From a3e208c3bb20b65db9f1582c7d8fce2b9adef245 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 10 Jul 2025 09:06:46 +0000 Subject: [PATCH] Release 20250710.0.380727 --- 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 2366e44..685ae31 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/20250709.0.379855/base-20250709.0.379855.tar.zst" && \ - echo "4cd4f6a732f9c45b401b072fe2b6d0bc683093934ec10e6de0b8d8bcade37cd7 base-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/base-20250710.0.380727.tar.zst" && \ + echo "734b347d5ce18e096b2e4ae4a59e00b45b25fee1ace75fbc18fe61133c41d403 base-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250709.0.379855.tar.zst + tar -C /rootfs --extract --file base-20250710.0.380727.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="20250709.0.379855" +LABEL org.opencontainers.image.version="20250710.0.380727" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7bfd0c2..6515593 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/20250709.0.379855/base-devel-20250709.0.379855.tar.zst" && \ - echo "b39d82175800bb77d1d5f8933ac6a23b7f2b2fb61034b748f78e3d273eee6ac1 base-devel-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/base-devel-20250710.0.380727.tar.zst" && \ + echo "0e62d11f530178c45f4eec85841fe1c5fdc8730d2a8c10f763b638169802d579 base-devel-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250709.0.379855.tar.zst + tar -C /rootfs --extract --file base-devel-20250710.0.380727.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="20250709.0.379855" +LABEL org.opencontainers.image.version="20250710.0.380727" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e962f05..9be963f 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/20250709.0.379855/multilib-devel-20250709.0.379855.tar.zst" && \ - echo "12e6c7bc3ac5d6c30fce89cb99be5c0c04db8eb3f49b381db96e122bf71c898c multilib-devel-20250709.0.379855.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250710.0.380727/multilib-devel-20250710.0.380727.tar.zst" && \ + echo "e0c582f183076f46073eac8f9984449d987c82e81beccc7367767f512cbd13f6 multilib-devel-20250710.0.380727.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250709.0.379855.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250710.0.380727.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="20250709.0.379855" +LABEL org.opencontainers.image.version="20250710.0.380727" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-09T09:07:10+00:00" +LABEL org.opencontainers.image.created="2025-07-10T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250709.0.379855' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250710.0.380727' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]