diff --git a/Dockerfile.base b/Dockerfile.base index af774c7..126290b 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/20260304.0.496120/base-20260304.0.496120.tar.zst" && \ - echo "29082f18f4c43f1a0f890e1da52b3a56679736f7e72e58859787243e474c50e4 base-20260304.0.496120.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260305.0.496266/base-20260305.0.496266.tar.zst" && \ + echo "d83a709c651cb35b99cc0606039fcbb27ba2e54cc3bc32a7260ef3ea3daf1b20 base-20260305.0.496266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260304.0.496120.tar.zst + tar -C /rootfs --extract --file base-20260305.0.496266.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="20260304.0.496120" +LABEL org.opencontainers.image.version="20260305.0.496266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-04T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-03-05T09:06:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260304.0.496120' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260305.0.496266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 140fab6..0868ce1 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/20260304.0.496120/base-devel-20260304.0.496120.tar.zst" && \ - echo "57545af26f7d77642f0d71617b207269dfc47be85f575786cee8c437b7d1b51d base-devel-20260304.0.496120.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260305.0.496266/base-devel-20260305.0.496266.tar.zst" && \ + echo "4f4fd0fa6dd53f3e696e5009eaddc729dffc4ef34e0121f233a05218513be37c base-devel-20260305.0.496266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260304.0.496120.tar.zst + tar -C /rootfs --extract --file base-devel-20260305.0.496266.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="20260304.0.496120" +LABEL org.opencontainers.image.version="20260305.0.496266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-04T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-03-05T09:06:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260304.0.496120' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260305.0.496266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 4b8aff0..69b705f 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/20260304.0.496120/multilib-devel-20260304.0.496120.tar.zst" && \ - echo "f96b0f22c4571ba7f9c71ec162cf66dfc4bcb0a981dae1bc17a3371ae2be9850 multilib-devel-20260304.0.496120.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260305.0.496266/multilib-devel-20260305.0.496266.tar.zst" && \ + echo "0aaed4fdb92fceffd914547aac96694ecc2b15a01cdbb63918155f6acf86e070 multilib-devel-20260305.0.496266.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260304.0.496120.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260305.0.496266.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="20260304.0.496120" +LABEL org.opencontainers.image.version="20260305.0.496266" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-04T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-03-05T09:06:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260304.0.496120' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260305.0.496266' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]