diff --git a/Dockerfile.base b/Dockerfile.base index 0f6ecc7..703049f 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/20250730.0.392317/base-20250730.0.392317.tar.zst" && \ - echo "1abca255597495bd9fa4b9ede248c86f7b8adeea0a3e9dea8483f4025efbe10e base-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/base-20250731.0.393001.tar.zst" && \ + echo "6fb546f688f392ab47bfe181c6c668c93ce4f2d2f06b1e93b586184c5a7d7809 base-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250730.0.392317.tar.zst + tar -C /rootfs --extract --file base-20250731.0.393001.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="20250730.0.392317" +LABEL org.opencontainers.image.version="20250731.0.393001" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3ac5d4a..351725e 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/20250730.0.392317/base-devel-20250730.0.392317.tar.zst" && \ - echo "3c58c939ef92986f43a3d6c73643b0daf056c585345b859a24c12c09f87bfeac base-devel-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/base-devel-20250731.0.393001.tar.zst" && \ + echo "ec227c66da4b1f4d5df3a5c4c428cab01b081b7dd8dcadb27d8155fa632a8153 base-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250730.0.392317.tar.zst + tar -C /rootfs --extract --file base-devel-20250731.0.393001.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="20250730.0.392317" +LABEL org.opencontainers.image.version="20250731.0.393001" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e6d7996..43c2b27 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/20250730.0.392317/multilib-devel-20250730.0.392317.tar.zst" && \ - echo "98256b7c2806ed7518baf20a517249c3d77616c743b72ff816558927971daae7 multilib-devel-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/multilib-devel-20250731.0.393001.tar.zst" && \ + echo "8fd69f71d40c247182f4abd4493f5c858a36a381a7e7835078de4eab69fc3acc multilib-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250730.0.392317.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250731.0.393001.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="20250730.0.392317" +LABEL org.opencontainers.image.version="20250731.0.393001" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]