diff --git a/Dockerfile.base b/Dockerfile.base index 30dd001..4ee5f38 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/20251229.0.475570/base-20251229.0.475570.tar.zst" && \ - echo "2ac7c23cf7e6260defcc7ef82ae4499fdd66bdb3863be2f56ee813e6a41c335e base-20251229.0.475570.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251230.0.475884/base-20251230.0.475884.tar.zst" && \ + echo "75185b87932c7ced18b507e4113f646fa298bb73687553aaa4a2f6e4de0f1ec3 base-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251229.0.475570.tar.zst + tar -C /rootfs --extract --file base-20251230.0.475884.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="20251229.0.475570" +LABEL org.opencontainers.image.version="20251230.0.475884" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-29T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251229.0.475570' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 40f00c4..b41515d 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/20251229.0.475570/base-devel-20251229.0.475570.tar.zst" && \ - echo "2dbbd993109f4c3e602b796c9121a12bc866e895eb93773f1891baeeed9cbed6 base-devel-20251229.0.475570.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251230.0.475884/base-devel-20251230.0.475884.tar.zst" && \ + echo "15fd501925ca18175f38c65b9108cc99fa011833d5070b6e621d1939229f6f1d base-devel-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251229.0.475570.tar.zst + tar -C /rootfs --extract --file base-devel-20251230.0.475884.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="20251229.0.475570" +LABEL org.opencontainers.image.version="20251230.0.475884" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-29T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251229.0.475570' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ac833c4..75bd685 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/20251229.0.475570/multilib-devel-20251229.0.475570.tar.zst" && \ - echo "790601bc7a4735f89db5cb10b4d3319b80292dcb13d1a5c962c5091c00668b73 multilib-devel-20251229.0.475570.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251230.0.475884/multilib-devel-20251230.0.475884.tar.zst" && \ + echo "ccec170c3ec62391db8ac5c7b2e452fbea83abb708233ae7ab86618298610d3a multilib-devel-20251230.0.475884.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251229.0.475570.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251230.0.475884.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="20251229.0.475570" +LABEL org.opencontainers.image.version="20251230.0.475884" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-29T09:07:07+00:00" +LABEL org.opencontainers.image.created="2025-12-30T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251229.0.475570' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251230.0.475884' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]