diff --git a/Dockerfile.base b/Dockerfile.base index dde0245..c5f7f51 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/20250609.0.362187/base-20250609.0.362187.tar.zst" && \ - echo "a813aebfa20ca81c543b82631b0f57207185ef91e73a69d9fab5c4351c451765 base-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/base-20250610.0.362704.tar.zst" && \ + echo "7c1b944e8079e9b7c7cca1669d9ae558e10260d17847ecdbb5b57ac1e944ecf6 base-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250609.0.362187.tar.zst + tar -C /rootfs --extract --file base-20250610.0.362704.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="20250609.0.362187" +LABEL org.opencontainers.image.version="20250610.0.362704" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00" +LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index e68217e..c8ee740 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/20250609.0.362187/base-devel-20250609.0.362187.tar.zst" && \ - echo "b7ebdfddacdbf634304368e11ae6941e9588792db834a1fbaa3d2da30e4a9fbb base-devel-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/base-devel-20250610.0.362704.tar.zst" && \ + echo "7fe64bf4866bf65603e1b95552c3af19e7df402e7906a61ae2265a61874c97cb base-devel-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250609.0.362187.tar.zst + tar -C /rootfs --extract --file base-devel-20250610.0.362704.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="20250609.0.362187" +LABEL org.opencontainers.image.version="20250610.0.362704" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00" +LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a37a5b5..1fc5027 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/20250609.0.362187/multilib-devel-20250609.0.362187.tar.zst" && \ - echo "7b2b92b288f9e92044275d1c7823bd8aab57c52dc2671882b21d56e0438af859 multilib-devel-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/multilib-devel-20250610.0.362704.tar.zst" && \ + echo "1c9cbf282cd509340eaa55c2e97efe92f7e8c9ff9d018ae595ba39a83138f7fd multilib-devel-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250609.0.362187.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250610.0.362704.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="20250609.0.362187" +LABEL org.opencontainers.image.version="20250610.0.362704" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00" +LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]