From 0ecea666e682982da0c8f87b211cf1ca54580973 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 30 Sep 2025 09:07:02 +0000 Subject: [PATCH] Release 20250930.0.429015 --- 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 6d8803c..b8f1474 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/20250929.0.427569/base-20250929.0.427569.tar.zst" && \ - echo "50054d5021b05b5b8b2fb6b8e62d04b1585108dc34be2a2f39ca7e1a77e33589 base-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/base-20250930.0.429015.tar.zst" && \ + echo "efd557dfefef2b00aa28973f13742b9c0330f46695316a3d6d4f3c3f84f25e3d base-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250929.0.427569.tar.zst + tar -C /rootfs --extract --file base-20250930.0.429015.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="20250929.0.427569" +LABEL org.opencontainers.image.version="20250930.0.429015" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00" +LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b9e8cb5..9001bf8 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/20250929.0.427569/base-devel-20250929.0.427569.tar.zst" && \ - echo "d5d4bba27243d7d5901208c2a2cf96fb5d7b45c0384dba38a9ef2f29385cf1df base-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/base-devel-20250930.0.429015.tar.zst" && \ + echo "57eaa3c6d83a50d67c96daa57857c05405a8f1c7ba4106aa4a7e76c0b4dc1518 base-devel-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250929.0.427569.tar.zst + tar -C /rootfs --extract --file base-devel-20250930.0.429015.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="20250929.0.427569" +LABEL org.opencontainers.image.version="20250930.0.429015" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00" +LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e1cafd4..cf6e6fa 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/20250929.0.427569/multilib-devel-20250929.0.427569.tar.zst" && \ - echo "59c014f44e993864d99fb9c46aed8a616a49fc9286671dd18f25ccd5525880ed multilib-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250930.0.429015/multilib-devel-20250930.0.429015.tar.zst" && \ + echo "ecdf4cfd0b6ab2e97d053cf9a3585def2793dda3f88cbb520ed84c8f3ce17ab9 multilib-devel-20250930.0.429015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250929.0.427569.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250930.0.429015.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="20250929.0.427569" +LABEL org.opencontainers.image.version="20250930.0.429015" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00" +LABEL org.opencontainers.image.created="2025-09-30T09:07:02+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250930.0.429015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]