diff --git a/Dockerfile.base b/Dockerfile.base index 77ec6e8..3f05b44 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251224.0.474715/base-20251224.0.474715.tar.zst" && \ - echo "c5373e72f43ee58fc5aabfbaa3d142c6f5abfe34b7854b9ccdb6bb1a1ff31323 base-20251224.0.474715.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251225.0.474892/base-20251225.0.474892.tar.zst" && \ + echo "db16123100b62ddb3d7b8a0e271bad576d89d23b5bf28894a3600c00c8ba5702 base-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251224.0.474715.tar.zst + tar -C /rootfs --extract --file base-20251225.0.474892.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="20251224.0.474715" +LABEL org.opencontainers.image.version="20251225.0.474892" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-24T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251224.0.474715' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 99c5287..b0316b9 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251224.0.474715/base-devel-20251224.0.474715.tar.zst" && \ - echo "2d42355180f67fb938fe1c58f6f5a24c428371ceff17d5569fc4c7fccef72734 base-devel-20251224.0.474715.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251225.0.474892/base-devel-20251225.0.474892.tar.zst" && \ + echo "96a94583d2bef23f0491cd0afcade8d903eae5a4ac5a37f4eda18849bcaf6166 base-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251224.0.474715.tar.zst + tar -C /rootfs --extract --file base-devel-20251225.0.474892.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="20251224.0.474715" +LABEL org.opencontainers.image.version="20251225.0.474892" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-24T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251224.0.474715' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 612aaca..891b30e 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251224.0.474715/multilib-devel-20251224.0.474715.tar.zst" && \ - echo "900942f13495ca7a3a17dfee678ba372284692243e1caf53565eec9a3927fd1f multilib-devel-20251224.0.474715.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251225.0.474892/multilib-devel-20251225.0.474892.tar.zst" && \ + echo "9305bf21f5a07c55faeff21d84c186f67113efbdf1269f5ce118b5e740ac882a multilib-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251224.0.474715.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251225.0.474892.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="20251224.0.474715" +LABEL org.opencontainers.image.version="20251225.0.474892" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-24T09:07:06+00:00" +LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251224.0.474715' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]