diff --git a/Dockerfile.base b/Dockerfile.base index 7752411..0f76dd8 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/20260405.0.511438/base-20260405.0.511438.tar.zst" && \ - echo "cfaab993b3c2eecef7d581ef9afdffa867a8ebb84cdf6ab90d6e55da3cdc4b7e base-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260406.0.511667/base-20260406.0.511667.tar.zst" && \ + echo "39341ab02c99d718cb8cfa2c1cababc94d9446cb38b4870c435db7d1bd06e9df base-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260405.0.511438.tar.zst + tar -C /rootfs --extract --file base-20260406.0.511667.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="20260405.0.511438" +LABEL org.opencontainers.image.version="20260406.0.511667" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a1c69ed..67aacfd 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/20260405.0.511438/base-devel-20260405.0.511438.tar.zst" && \ - echo "8be8f40b11c9e6a185d51e1e4fb952437ad68959dd15b82a47f71d697ee6d9d0 base-devel-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260406.0.511667/base-devel-20260406.0.511667.tar.zst" && \ + echo "d6b61f943ebbf392256a13a1621550cfac9886935a732decabc0a72d90145afc base-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260405.0.511438.tar.zst + tar -C /rootfs --extract --file base-devel-20260406.0.511667.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="20260405.0.511438" +LABEL org.opencontainers.image.version="20260406.0.511667" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e34d464..0c5081c 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/20260405.0.511438/multilib-devel-20260405.0.511438.tar.zst" && \ - echo "ba556d6be1388e99cfa756df1b249c9a4b6286aba76826c80ce4c353bf86bee5 multilib-devel-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260406.0.511667/multilib-devel-20260406.0.511667.tar.zst" && \ + echo "48a9443e983f3b58fb60e0ed3f6910e8d3293ec5a0894eda385e141358fba5b0 multilib-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260405.0.511438.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260406.0.511667.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="20260405.0.511438" +LABEL org.opencontainers.image.version="20260406.0.511667" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" +LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]