From 978161973e605b84e6a451b282f149f37e892c4e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 5 Jul 2025 09:06:59 +0000 Subject: [PATCH] Release 20250705.0.377463 --- 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 b016401..95c830c 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/20250704.0.376987/base-20250704.0.376987.tar.zst" && \ - echo "40f3eb3817994a288f4ec1336c13bbe6eefc9a3ab8fc7cea4f9cc28633cfaa10 base-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/base-20250705.0.377463.tar.zst" && \ + echo "3d333ca67f7aea0e622f93816746da4ac9eb98fd230e06cccb47017f2b5da357 base-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250704.0.376987.tar.zst + tar -C /rootfs --extract --file base-20250705.0.377463.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="20250704.0.376987" +LABEL org.opencontainers.image.version="20250705.0.377463" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00" +LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8b09c8c..c312b63 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/20250704.0.376987/base-devel-20250704.0.376987.tar.zst" && \ - echo "22f0faa79ed291631d633f55aa1335ee0afc61f442dbc4cc8202eaf2a3886ded base-devel-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/base-devel-20250705.0.377463.tar.zst" && \ + echo "33adc6be33a6971895d6f37dba6371cf51631efb12f0551cb8d191e2f4549987 base-devel-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250704.0.376987.tar.zst + tar -C /rootfs --extract --file base-devel-20250705.0.377463.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="20250704.0.376987" +LABEL org.opencontainers.image.version="20250705.0.377463" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00" +LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index cc20d8a..0565964 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/20250704.0.376987/multilib-devel-20250704.0.376987.tar.zst" && \ - echo "cfa9aeea227a5c24749074955ae2c2c5d6ccbd0578bf9a7fb1b67513fcd90a6e multilib-devel-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/multilib-devel-20250705.0.377463.tar.zst" && \ + echo "8344327052ecab21c6b1d88825727f9018cb4ca3a1b651db082ae865b9b40c83 multilib-devel-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250704.0.376987.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250705.0.377463.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="20250704.0.376987" +LABEL org.opencontainers.image.version="20250705.0.377463" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00" +LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]