diff --git a/Dockerfile.base b/Dockerfile.base index 719d58e..d608f0f 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/20260401.0.509693/base-20260401.0.509693.tar.zst" && \ - echo "84f82a49cc777d097c0f6c1e468010f9786ebce1fc1a83ea19a852b1fe9594c9 base-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/base-20260402.0.510266.tar.zst" && \ + echo "3ae332d01a8036f44a65aab8c2f0e9fd630608e2b84e7b1b4023fced5b9f3de5 base-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260401.0.509693.tar.zst + tar -C /rootfs --extract --file base-20260402.0.510266.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="20260401.0.509693" +LABEL org.opencontainers.image.version="20260402.0.510266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00" +LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 1882533..9e5f0ac 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/20260401.0.509693/base-devel-20260401.0.509693.tar.zst" && \ - echo "7688d01857fd8dd8e8a3a71c7220c0df50d21e71c72d228195655f49df66e5e4 base-devel-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/base-devel-20260402.0.510266.tar.zst" && \ + echo "44ee5dadbbb4f3a184ff35bcc9e68c8e73b2c0ea30cacf7a4e50c833ba81de6f base-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260401.0.509693.tar.zst + tar -C /rootfs --extract --file base-devel-20260402.0.510266.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="20260401.0.509693" +LABEL org.opencontainers.image.version="20260402.0.510266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00" +LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6222c78..b6ee3b1 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/20260401.0.509693/multilib-devel-20260401.0.509693.tar.zst" && \ - echo "91c281e59f9975c1076d75b4eb7bd7dac1bc6d95f28838e4caa59701a2656814 multilib-devel-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/multilib-devel-20260402.0.510266.tar.zst" && \ + echo "4a1f3762b1a088b61a0f90b4e9cc7d23ee3880aff0e74f6535bdb67da5b95e7a multilib-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260401.0.509693.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260402.0.510266.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="20260401.0.509693" +LABEL org.opencontainers.image.version="20260402.0.510266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00" +LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]