From 68d15e947169fc0731d997bff883f18ceefed55b Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 10 Oct 2025 09:06:56 +0000 Subject: [PATCH] Release 20251010.0.433744 --- 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 d94af1d..7150b91 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/20251009.0.433396/base-20251009.0.433396.tar.zst" && \ - echo "3a15c4c93405f9de39f95697aaf38e28cbde94bde2cc7d6b9f37e109ca603b02 base-20251009.0.433396.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251010.0.433744/base-20251010.0.433744.tar.zst" && \ + echo "733d1b9c89c55ad16f54bed88bf39b778d9abdf0e6f13c3e2f585f08fdf4f3b2 base-20251010.0.433744.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251009.0.433396.tar.zst + tar -C /rootfs --extract --file base-20251010.0.433744.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="20251009.0.433396" +LABEL org.opencontainers.image.version="20251010.0.433744" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-09T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-10-10T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251009.0.433396' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251010.0.433744' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 155dde3..de9bc91 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/20251009.0.433396/base-devel-20251009.0.433396.tar.zst" && \ - echo "2e4d29c64a8711c9eea9db8a9cb0e297df3aace5321e78f1b8114bd789126a9b base-devel-20251009.0.433396.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251010.0.433744/base-devel-20251010.0.433744.tar.zst" && \ + echo "4eccbd02db9c9c2cd0df5e72e697c3afd8c09c9c7a29f9856a0ace307819a702 base-devel-20251010.0.433744.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251009.0.433396.tar.zst + tar -C /rootfs --extract --file base-devel-20251010.0.433744.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="20251009.0.433396" +LABEL org.opencontainers.image.version="20251010.0.433744" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-09T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-10-10T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251009.0.433396' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251010.0.433744' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 825f56e..18ac85f 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/20251009.0.433396/multilib-devel-20251009.0.433396.tar.zst" && \ - echo "8ec738e7432c923af5b430e64669fa77434a9c7ee73c8e46d8a99ee97714cbfe multilib-devel-20251009.0.433396.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251010.0.433744/multilib-devel-20251010.0.433744.tar.zst" && \ + echo "939f63b5e290d27dca1ccc44d22fc563574a062216c909e02f29877acec1bfaf multilib-devel-20251010.0.433744.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251009.0.433396.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251010.0.433744.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="20251009.0.433396" +LABEL org.opencontainers.image.version="20251010.0.433744" LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0" -LABEL org.opencontainers.image.created="2025-10-09T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-10-10T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251009.0.433396' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251010.0.433744' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]