diff --git a/Dockerfile.base b/Dockerfile.base index b4a51b8..2e89735 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/20250617.0.367521/base-20250617.0.367521.tar.zst" && \ - echo "20d73edcdb7e884160c4cfd3350e9bafcb0f8aa3382b3096fd8fba38bd8b6bf7 base-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/base-20250618.0.368518.tar.zst" && \ + echo "f9d76aedea5e0be6b00acd8af06df4ad944272c5109cf9ef9488a3b70fab52a4 base-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250617.0.367521.tar.zst + tar -C /rootfs --extract --file base-20250618.0.368518.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="20250617.0.367521" +LABEL org.opencontainers.image.version="20250618.0.368518" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00" +LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 33ede08..58eec82 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/20250617.0.367521/base-devel-20250617.0.367521.tar.zst" && \ - echo "444fcb3bbb3f4e5dcd4a1dcb6607e4f0dda7cda7bce660c9048593b0e86b277c base-devel-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/base-devel-20250618.0.368518.tar.zst" && \ + echo "16158fed933f8a8fd739fdd27c35e64cf37e3397b027d2e873062594fde317d6 base-devel-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250617.0.367521.tar.zst + tar -C /rootfs --extract --file base-devel-20250618.0.368518.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="20250617.0.367521" +LABEL org.opencontainers.image.version="20250618.0.368518" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00" +LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 1445d28..84e475f 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/20250617.0.367521/multilib-devel-20250617.0.367521.tar.zst" && \ - echo "ec378bf6ca723ab5ffa8039d4fd8636589e0f604b84d76b2cdd31a2863508f24 multilib-devel-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/multilib-devel-20250618.0.368518.tar.zst" && \ + echo "997e5b04ec3ddb07fa989e9ce1b39e5b2ff1a5e5a45e9f4b32f66c5055f433b6 multilib-devel-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250617.0.367521.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250618.0.368518.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="20250617.0.367521" +LABEL org.opencontainers.image.version="20250618.0.368518" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00" +LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]