diff --git a/Dockerfile.base b/Dockerfile.base index 309a7a3..5448bc5 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/20260419.0.517065/base-20260419.0.517065.tar.zst" && \ - echo "8cba447e1bd5af12eb0e975615a919bfb16e31852d432fa2a138ab2e4b0c9dcd base-20260419.0.517065.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260419.0.517191/base-20260419.0.517191.tar.zst" && \ + echo "298dfaddd6716f523f7aca231a1fb1329f10ec5a279d4afbc510746b03676364 base-20260419.0.517191.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260419.0.517065.tar.zst + tar -C /rootfs --extract --file base-20260419.0.517191.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="20260419.0.517065" +LABEL org.opencontainers.image.version="20260419.0.517191" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-19T00:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-19T09:06:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517065' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517191' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2f6e662..4bbb86b 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/20260419.0.517065/base-devel-20260419.0.517065.tar.zst" && \ - echo "5209c08e710ea2bd661e42a53d3de4327f26f0e013ed95b2842778ca1f0c5b76 base-devel-20260419.0.517065.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260419.0.517191/base-devel-20260419.0.517191.tar.zst" && \ + echo "6a97fe3eeffa4254f4334539ecd6d4141938d9a5bbf4d74591c9eb1e7e13a372 base-devel-20260419.0.517191.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260419.0.517065.tar.zst + tar -C /rootfs --extract --file base-devel-20260419.0.517191.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="20260419.0.517065" +LABEL org.opencontainers.image.version="20260419.0.517191" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-19T00:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-19T09:06:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517065' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517191' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0d57e1d..aaf7ed9 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/20260419.0.517065/multilib-devel-20260419.0.517065.tar.zst" && \ - echo "e93c593e97310e634a7d7f8fe8b6b136ab92bcb124fa33cb6b63b4651c7eaeff multilib-devel-20260419.0.517065.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260419.0.517191/multilib-devel-20260419.0.517191.tar.zst" && \ + echo "0027057c5a77e9510ecb7be2ec225aad8f2edf90714847e0253edd1c4916a89e multilib-devel-20260419.0.517191.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260419.0.517065.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260419.0.517191.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="20260419.0.517065" +LABEL org.opencontainers.image.version="20260419.0.517191" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-19T00:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-19T09:06:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517065' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260419.0.517191' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]