From bbd87e8bcfb68bdee826aa3ccd5dd907e35dbc69 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 21 Sep 2025 00:07:14 +0000 Subject: [PATCH] Release 20250921.0.423275 --- 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 bdb6d66..be085f7 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/20250920.0.423128/base-20250920.0.423128.tar.zst" && \ - echo "cbca9f7ce21de7147402457b2a21b9db860c9a4e8628b7195f880396d775937f base-20250920.0.423128.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250921.0.423275/base-20250921.0.423275.tar.zst" && \ + echo "cd4cf0a6ad32499296a392144f86ca41650329c715fa5ce5322e005cf54f6302 base-20250921.0.423275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250920.0.423128.tar.zst + tar -C /rootfs --extract --file base-20250921.0.423275.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="20250920.0.423128" +LABEL org.opencontainers.image.version="20250921.0.423275" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-20T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-09-21T00:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250920.0.423128' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d48f0a4..03c97a6 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/20250920.0.423128/base-devel-20250920.0.423128.tar.zst" && \ - echo "6d4a4b5bdc37f7d5c11782f258c71a0dc45e725f2d216cdc0fe502ce6b28d114 base-devel-20250920.0.423128.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250921.0.423275/base-devel-20250921.0.423275.tar.zst" && \ + echo "653159b1d0e91d3c453e3b00d24570d5376a829b0458ec0bd8d4983d6a61c2a2 base-devel-20250921.0.423275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250920.0.423128.tar.zst + tar -C /rootfs --extract --file base-devel-20250921.0.423275.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="20250920.0.423128" +LABEL org.opencontainers.image.version="20250921.0.423275" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-20T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-09-21T00:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250920.0.423128' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ed46511..c8cd2e4 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/20250920.0.423128/multilib-devel-20250920.0.423128.tar.zst" && \ - echo "93357c2f1e9aaec135086d7ad82e4f7c7d9337bb26d0893200c2e750e7c01ca4 multilib-devel-20250920.0.423128.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250921.0.423275/multilib-devel-20250921.0.423275.tar.zst" && \ + echo "6977748906421d874251beef87e50e1607453f4d65c803f9bdf69335398e308a multilib-devel-20250921.0.423275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250920.0.423128.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250921.0.423275.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="20250920.0.423128" +LABEL org.opencontainers.image.version="20250921.0.423275" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-20T09:06:51+00:00" +LABEL org.opencontainers.image.created="2025-09-21T00:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250920.0.423128' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]