diff --git a/Dockerfile.base b/Dockerfile.base index e25fc05..a2d8920 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/20260414.0.514366/base-20260414.0.514366.tar.zst" && \ - echo "d0479470b95062e3d3319483314d010627f17abb8016df364df42cc23a7b7527 base-20260414.0.514366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260415.0.515446/base-20260415.0.515446.tar.zst" && \ + echo "0326789468034cf37716f70ea7d3cb4cd4b78db40f747bbfc1b41326668b0491 base-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260414.0.514366.tar.zst + tar -C /rootfs --extract --file base-20260415.0.515446.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="20260414.0.514366" +LABEL org.opencontainers.image.version="20260415.0.515446" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-14T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260414.0.514366' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 870cb68..4a9f2f0 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/20260414.0.514366/base-devel-20260414.0.514366.tar.zst" && \ - echo "134900d86d8f0f2108ee89fe53084f513069b8dc0a865409b91e2655f1c9a219 base-devel-20260414.0.514366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260415.0.515446/base-devel-20260415.0.515446.tar.zst" && \ + echo "a8a0462fb0cf8160049e3022a443334a2664d4ea6aa35dd243397d3bd8901103 base-devel-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260414.0.514366.tar.zst + tar -C /rootfs --extract --file base-devel-20260415.0.515446.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="20260414.0.514366" +LABEL org.opencontainers.image.version="20260415.0.515446" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-14T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260414.0.514366' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e8e156f..1914d94 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/20260414.0.514366/multilib-devel-20260414.0.514366.tar.zst" && \ - echo "4c4c2cd43a410dd82c982d284dbf49b962f68ab71c6776329c20f1e7d77767b9 multilib-devel-20260414.0.514366.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260415.0.515446/multilib-devel-20260415.0.515446.tar.zst" && \ + echo "0969ee12c2db633db1cf9b2d4a4a83c897245a591ea6612fd119fc3fc8ab9276 multilib-devel-20260415.0.515446.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260414.0.514366.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260415.0.515446.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="20260414.0.514366" +LABEL org.opencontainers.image.version="20260415.0.515446" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-14T09:06:29+00:00" +LABEL org.opencontainers.image.created="2026-04-15T09:06:44+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260414.0.514366' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260415.0.515446' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]