diff --git a/Dockerfile.base b/Dockerfile.base index 5cfa6b3..4562a65 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/20250711.0.382112/base-20250711.0.382112.tar.zst" && \ - echo "b98628e30bc6220c79bafdacfcb57e5095ce7ebf4ee6c6a4c9e90afbe8574961 base-20250711.0.382112.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250712.0.382483/base-20250712.0.382483.tar.zst" && \ + echo "2f15eb635d644ecd063351dd36e750bd7d329e3a65d91b17993c2aa2e7eec52f base-20250712.0.382483.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250711.0.382112.tar.zst + tar -C /rootfs --extract --file base-20250712.0.382483.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="20250711.0.382112" +LABEL org.opencontainers.image.version="20250712.0.382483" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-11T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-07-12T09:06:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250711.0.382112' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250712.0.382483' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 0de6601..9e412f6 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/20250711.0.382112/base-devel-20250711.0.382112.tar.zst" && \ - echo "4c95263fda22ad7d43ccd0fbf69d43a8fea72f6a8ddee51ede737e89ab93c01c base-devel-20250711.0.382112.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250712.0.382483/base-devel-20250712.0.382483.tar.zst" && \ + echo "6803f1068d7a2ae17bc7a2a43cced2f68fd8d708a16847b94add2fba43b83443 base-devel-20250712.0.382483.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250711.0.382112.tar.zst + tar -C /rootfs --extract --file base-devel-20250712.0.382483.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="20250711.0.382112" +LABEL org.opencontainers.image.version="20250712.0.382483" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-11T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-07-12T09:06:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250711.0.382112' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250712.0.382483' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6902bb9..bcedc10 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/20250711.0.382112/multilib-devel-20250711.0.382112.tar.zst" && \ - echo "8a7ec10b78691e64bf2e565979bc87bdcac239e1d19388e2bdd21300c57deed3 multilib-devel-20250711.0.382112.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250712.0.382483/multilib-devel-20250712.0.382483.tar.zst" && \ + echo "c4858469552761c684238f8ab9a70112fa294bb9c4edc417607f4fc6a5e384f4 multilib-devel-20250712.0.382483.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250711.0.382112.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250712.0.382483.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="20250711.0.382112" +LABEL org.opencontainers.image.version="20250712.0.382483" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-11T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-07-12T09:06:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250711.0.382112' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250712.0.382483' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]