diff --git a/Dockerfile.base b/Dockerfile.base index c4c5a6b..869b796 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/20260327.0.506592/base-20260327.0.506592.tar.zst" && \ - echo "e632456cd947435b758327e9369c844933a63eb01b7e929826c8ea1229c3b952 base-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260328.0.506848/base-20260328.0.506848.tar.zst" && \ + echo "e53004b63273fe43a79fd96e7d6b2759f3cfaa082895b2b8d7567461aaefce6c base-20260328.0.506848.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260327.0.506592.tar.zst + tar -C /rootfs --extract --file base-20260328.0.506848.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="20260327.0.506592" +LABEL org.opencontainers.image.version="20260328.0.506848" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-03-28T09:06:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260328.0.506848' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index f31b105..8d7141c 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/20260327.0.506592/base-devel-20260327.0.506592.tar.zst" && \ - echo "a6990a65868933a079f3e6e2a2275923f3fadcec6f69fbb0d706cdfc7754d1b7 base-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260328.0.506848/base-devel-20260328.0.506848.tar.zst" && \ + echo "b27344ffe691134c1421844a34aac190206a923f5b9beb4e89a5238325a1c437 base-devel-20260328.0.506848.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260327.0.506592.tar.zst + tar -C /rootfs --extract --file base-devel-20260328.0.506848.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="20260327.0.506592" +LABEL org.opencontainers.image.version="20260328.0.506848" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-03-28T09:06:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260328.0.506848' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index dbb6606..9d11a38 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/20260327.0.506592/multilib-devel-20260327.0.506592.tar.zst" && \ - echo "5f5beb4b83dc4cf30f5673e35ae29e80a9e94c8efd5116b5c72975c3eba27039 multilib-devel-20260327.0.506592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260328.0.506848/multilib-devel-20260328.0.506848.tar.zst" && \ + echo "e73cd6e1d401981e2bc91c01c5ab2d29da613d718e3b704313bec57e2dd1d9dc multilib-devel-20260328.0.506848.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260327.0.506592.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260328.0.506848.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="20260327.0.506592" +LABEL org.opencontainers.image.version="20260328.0.506848" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-27T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-03-28T09:06:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260327.0.506592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260328.0.506848' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]