From 0c3ffb85d1ea57ea87aca76b9af06bbd03c8bdd3 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 15 Jun 2025 09:07:26 +0000 Subject: [PATCH] Release 20250615.0.366009 --- 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 15528d2..b05c314 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/20250615.0.365905/base-20250615.0.365905.tar.zst" && \ - echo "377846c3e793ac999ce140fab0d617a9f3f3ea0e3156f6c11e37db7097fc1bd6 base-20250615.0.365905.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250615.0.366009/base-20250615.0.366009.tar.zst" && \ + echo "b6a5cf7780bf9fdbc662518b62f2e716ac1c8207d02c4dd849679313f3513ca4 base-20250615.0.366009.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250615.0.365905.tar.zst + tar -C /rootfs --extract --file base-20250615.0.366009.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="20250615.0.365905" +LABEL org.opencontainers.image.version="20250615.0.366009" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-15T00:07:56+00:00" +LABEL org.opencontainers.image.created="2025-06-15T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250615.0.365905' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250615.0.366009' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 833949c..622a484 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/20250615.0.365905/base-devel-20250615.0.365905.tar.zst" && \ - echo "c3be387bc3ba4f9ac5c755c71e3c9f51e63662dfaccc01c825280421681c1775 base-devel-20250615.0.365905.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250615.0.366009/base-devel-20250615.0.366009.tar.zst" && \ + echo "e2bc258df70e3470d3a9ccdc3a68339c96ef8c44141e772d7bb89f3a92cbc14b base-devel-20250615.0.366009.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250615.0.365905.tar.zst + tar -C /rootfs --extract --file base-devel-20250615.0.366009.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="20250615.0.365905" +LABEL org.opencontainers.image.version="20250615.0.366009" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-15T00:07:56+00:00" +LABEL org.opencontainers.image.created="2025-06-15T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250615.0.365905' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250615.0.366009' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 16bc819..c77cd00 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/20250615.0.365905/multilib-devel-20250615.0.365905.tar.zst" && \ - echo "c196473c9c89a28525753d9940b6fd1c4990071eb857f25a698b5356da0a2123 multilib-devel-20250615.0.365905.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250615.0.366009/multilib-devel-20250615.0.366009.tar.zst" && \ + echo "3992dfba34f89b350ad1c300961f98fa6eb6cad53b4ad6be35e4fb1f2a7e4496 multilib-devel-20250615.0.366009.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250615.0.365905.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250615.0.366009.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="20250615.0.365905" +LABEL org.opencontainers.image.version="20250615.0.366009" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-15T00:07:56+00:00" +LABEL org.opencontainers.image.created="2025-06-15T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250615.0.365905' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250615.0.366009' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]