diff --git a/Dockerfile.base b/Dockerfile.base index ce9c94a..0c7c253 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/20251216.0.469136/base-20251216.0.469136.tar.zst" && \ - echo "48c5ebbb956f1f435a27c6f2e8c0cf6134b3aae75aa002b4c060b3ffffd1c54d base-20251216.0.469136.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251217.0.469720/base-20251217.0.469720.tar.zst" && \ + echo "e00faef470274a66b49801166abb05b8845a120e27b297028a72b9949dc1611a base-20251217.0.469720.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251216.0.469136.tar.zst + tar -C /rootfs --extract --file base-20251217.0.469720.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="20251216.0.469136" +LABEL org.opencontainers.image.version="20251217.0.469720" LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372" -LABEL org.opencontainers.image.created="2025-12-16T09:07:00+00:00" +LABEL org.opencontainers.image.created="2025-12-17T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251216.0.469136' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251217.0.469720' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index fb8d2f4..1fb31ee 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/20251216.0.469136/base-devel-20251216.0.469136.tar.zst" && \ - echo "108b647e9d203df5466327c8c2ed8a91b122b76213618bfd85fa63dbec6a7ac4 base-devel-20251216.0.469136.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251217.0.469720/base-devel-20251217.0.469720.tar.zst" && \ + echo "47c7dbc2772d5e04a5660c14d2442e6f868998c77ae4f932fd0ca8fc54e57b4b base-devel-20251217.0.469720.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251216.0.469136.tar.zst + tar -C /rootfs --extract --file base-devel-20251217.0.469720.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="20251216.0.469136" +LABEL org.opencontainers.image.version="20251217.0.469720" LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372" -LABEL org.opencontainers.image.created="2025-12-16T09:07:00+00:00" +LABEL org.opencontainers.image.created="2025-12-17T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251216.0.469136' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251217.0.469720' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index cb14f84..78f879c 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/20251216.0.469136/multilib-devel-20251216.0.469136.tar.zst" && \ - echo "24b56f99dab06c42b6ee11a509475cc26eb4d91ed6986ea922dd7027f244711e multilib-devel-20251216.0.469136.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251217.0.469720/multilib-devel-20251217.0.469720.tar.zst" && \ + echo "1c57d0749f12e68eb9a989ff281ff7d45e6debea53049589a960a1fac1dcecb8 multilib-devel-20251217.0.469720.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251216.0.469136.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251217.0.469720.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="20251216.0.469136" +LABEL org.opencontainers.image.version="20251217.0.469720" LABEL org.opencontainers.image.revision="b8a77b2c87dabfd38c4dc667edf1c1ccbbc5d372" -LABEL org.opencontainers.image.created="2025-12-16T09:07:00+00:00" +LABEL org.opencontainers.image.created="2025-12-17T09:07:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251216.0.469136' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251217.0.469720' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]