diff --git a/Dockerfile.base b/Dockerfile.base index cbc0d4b..8808142 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/20260104.0.477291/base-20260104.0.477291.tar.zst" && \ - echo "e40bf1cdc9bc70f2ef4178063bae41d7b79005a4fb9cf6224a867aa2b9eb5c1f base-20260104.0.477291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260105.0.477653/base-20260105.0.477653.tar.zst" && \ + echo "08c74eab8bc312a91028a98514cf127c8a5c73d67da3648952d6570147b2bf6c base-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260104.0.477291.tar.zst + tar -C /rootfs --extract --file base-20260105.0.477653.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="20260104.0.477291" +LABEL org.opencontainers.image.version="20260105.0.477653" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-04T09:07:08+00:00" +LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9f1d1c9..9bc48ba 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/20260104.0.477291/base-devel-20260104.0.477291.tar.zst" && \ - echo "edf19b57031b71f47c436eba6d162d85e3b3ff2c0d27ab618bfd7938fcbd56a7 base-devel-20260104.0.477291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260105.0.477653/base-devel-20260105.0.477653.tar.zst" && \ + echo "0ee30692ba7ab3afa6244f972c3c9805fdabe79dba6f7b2d2bea2d170053ddf6 base-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260104.0.477291.tar.zst + tar -C /rootfs --extract --file base-devel-20260105.0.477653.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="20260104.0.477291" +LABEL org.opencontainers.image.version="20260105.0.477653" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-04T09:07:08+00:00" +LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 88a871a..ade3e23 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/20260104.0.477291/multilib-devel-20260104.0.477291.tar.zst" && \ - echo "183fe50882e885fed9aacc8665ada33fb7e8fcb8393e819f4d83e97bfe72a9d7 multilib-devel-20260104.0.477291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260105.0.477653/multilib-devel-20260105.0.477653.tar.zst" && \ + echo "c046df740a136157768af28d74d8ff4116242263bf2d8c2d18699d36a5a1d517 multilib-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260104.0.477291.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260105.0.477653.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="20260104.0.477291" +LABEL org.opencontainers.image.version="20260105.0.477653" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-04T09:07:08+00:00" +LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260104.0.477291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]