diff --git a/Dockerfile.base b/Dockerfile.base index 031994c..a8052ab 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-20250406.0.331908.tar.zst" && \ - echo "506536bb6a0bbe49ae58edd081e233518fa344707db91f371b11df47b8dd8edc base-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331987/base-20250406.0.331987.tar.zst" && \ + echo "51beafed45120a7b2971fe6a572c1068c067e44050db8e52ab5aa113772f3ea9 base-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250406.0.331908.tar.zst + tar -C /rootfs --extract --file base-20250406.0.331987.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="20250406.0.331908" +LABEL org.opencontainers.image.version="20250406.0.331987" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" +LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 6db8d13..c12307c 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-devel-20250406.0.331908.tar.zst" && \ - echo "925433ac7c39328bb268540b2b7ba3743e276780ff278b582b193f0b61bfd979 base-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331987/base-devel-20250406.0.331987.tar.zst" && \ + echo "b8a1e152ee9394ffc2af84ebe7bb1030c5e8d7107c1359bdbb66d781446b2e5e base-devel-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250406.0.331908.tar.zst + tar -C /rootfs --extract --file base-devel-20250406.0.331987.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="20250406.0.331908" +LABEL org.opencontainers.image.version="20250406.0.331987" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" +LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e5cb574..acbcb30 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/multilib-devel-20250406.0.331908.tar.zst" && \ - echo "4eb1a42fc896f459d04abcdf310896a7da14d1cf466ad25a41cce5b37d0c5be5 multilib-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331987/multilib-devel-20250406.0.331987.tar.zst" && \ + echo "e9e417dfdc4ef8be98e3d019e1b83e6416419817e1f9e1c77753815d1c12bdc0 multilib-devel-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250406.0.331908.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250406.0.331987.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="20250406.0.331908" +LABEL org.opencontainers.image.version="20250406.0.331987" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00" +LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]