diff --git a/Dockerfile.base b/Dockerfile.base index e6dd796..3def623 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/20250906.0.417392/base-20250906.0.417392.tar.zst" && \ - echo "6795a3baf7dd728c2db6328cafb2d80055fc5ad78350425ca980ab5d724b6b09 base-20250906.0.417392.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417472/base-20250907.0.417472.tar.zst" && \ + echo "5009e3eab7c1c40cbf51ae169a6b485bd3f792b28ebdc134bc8a54be50b87a7d base-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250906.0.417392.tar.zst + tar -C /rootfs --extract --file base-20250907.0.417472.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="20250906.0.417392" +LABEL org.opencontainers.image.version="20250907.0.417472" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-06T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250906.0.417392' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 893282e..aa4aa6d 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/20250906.0.417392/base-devel-20250906.0.417392.tar.zst" && \ - echo "adb7455258d785eea782fc9d5e56304b7dcb49e4c48a9244757cd25083f2f817 base-devel-20250906.0.417392.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417472/base-devel-20250907.0.417472.tar.zst" && \ + echo "7f59195dba94d7119059a3a15b501430c8e0dc50ec548e8c7c175f84b55287a9 base-devel-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250906.0.417392.tar.zst + tar -C /rootfs --extract --file base-devel-20250907.0.417472.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="20250906.0.417392" +LABEL org.opencontainers.image.version="20250907.0.417472" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-06T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250906.0.417392' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index eb4376d..0b65136 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/20250906.0.417392/multilib-devel-20250906.0.417392.tar.zst" && \ - echo "31b1d66f9a79ec8c68de4066521f37f4b1d06db911e3042fb0f830006a36c14a multilib-devel-20250906.0.417392.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250907.0.417472/multilib-devel-20250907.0.417472.tar.zst" && \ + echo "69251ebc20fd7a1476742f36e06bfd499d808179398ada5f4c3fa457266a4327 multilib-devel-20250907.0.417472.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250906.0.417392.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250907.0.417472.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="20250906.0.417392" +LABEL org.opencontainers.image.version="20250907.0.417472" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-06T09:07:01+00:00" +LABEL org.opencontainers.image.created="2025-09-07T00:07:51+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250906.0.417392' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250907.0.417472' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]