diff --git a/Dockerfile.base b/Dockerfile.base index dfbd2f6..1e22f5f 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/20251210.0.465999/base-20251210.0.465999.tar.zst" && \ - echo "ec0a93831089f3c6919f78a973eab6a076ff192c5084a8880aef958dc74d5551 base-20251210.0.465999.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/base-20251210.0.466011.tar.zst" && \ + echo "88fa6d39c1629614972ee355dfe6876be028291ef48ab9c899e08969137ddddb base-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251210.0.465999.tar.zst + tar -C /rootfs --extract --file base-20251210.0.466011.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="20251210.0.465999" +LABEL org.opencontainers.image.version="20251210.0.466011" LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260" -LABEL org.opencontainers.image.created="2025-12-10T21:56:08+00:00" +LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251210.0.465999' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index e650338..462dad4 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/20251210.0.465999/base-devel-20251210.0.465999.tar.zst" && \ - echo "e0c70a2fba09cf78762f07dc5750451ff869868e8615fad40ae09764a6913744 base-devel-20251210.0.465999.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/base-devel-20251210.0.466011.tar.zst" && \ + echo "b9beaf1e36fb6e5d653ce0cc448abd2a1dbd77985652995abef4e8d10c82454f base-devel-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251210.0.465999.tar.zst + tar -C /rootfs --extract --file base-devel-20251210.0.466011.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="20251210.0.465999" +LABEL org.opencontainers.image.version="20251210.0.466011" LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260" -LABEL org.opencontainers.image.created="2025-12-10T21:56:08+00:00" +LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251210.0.465999' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f545733..4d58fda 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/20251210.0.465999/multilib-devel-20251210.0.465999.tar.zst" && \ - echo "db7da001f3d342fb1b6c43e77d4090afbb998f4a1ad31846bf6f950876e9e5c7 multilib-devel-20251210.0.465999.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251210.0.466011/multilib-devel-20251210.0.466011.tar.zst" && \ + echo "00d5d2e872ec2c60b5465cbb2587d5777dbb583342284ab1fcebfef001938771 multilib-devel-20251210.0.466011.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251210.0.465999.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251210.0.466011.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="20251210.0.465999" +LABEL org.opencontainers.image.version="20251210.0.466011" LABEL org.opencontainers.image.revision="f7a03d6b9d48bff92af94b6d5bf2f54e0e408260" -LABEL org.opencontainers.image.created="2025-12-10T21:56:08+00:00" +LABEL org.opencontainers.image.created="2025-12-10T22:02:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251210.0.465999' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251210.0.466011' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]