diff --git a/Dockerfile.base b/Dockerfile.base index 3809796..01a0f89 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/20260220.0.492853/base-20260220.0.492853.tar.zst" && \ - echo "2152db2f4d3d5679b3bdbfb4a9dcb8cb2433d89d6e9d821dd4b1f4350901e10b base-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260221.0.493065/base-20260221.0.493065.tar.zst" && \ + echo "bee2d11f4880812c72bd7fbef55ed239492eb1b2d985e46185e64b2cb30425d0 base-20260221.0.493065.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260220.0.492853.tar.zst + tar -C /rootfs --extract --file base-20260221.0.493065.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="20260220.0.492853" +LABEL org.opencontainers.image.version="20260221.0.493065" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-02-21T09:06:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260221.0.493065' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a65d53a..54f7f1b 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/20260220.0.492853/base-devel-20260220.0.492853.tar.zst" && \ - echo "f09e7aa8e2d8b37004ab08498cb11aa1570f43f1ea39d06a8190fcc19df0c4c2 base-devel-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260221.0.493065/base-devel-20260221.0.493065.tar.zst" && \ + echo "7f14de65a67406ee35776f9f712ae44b2ff95f4ad663baff89b6ea07522680c8 base-devel-20260221.0.493065.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260220.0.492853.tar.zst + tar -C /rootfs --extract --file base-devel-20260221.0.493065.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="20260220.0.492853" +LABEL org.opencontainers.image.version="20260221.0.493065" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-02-21T09:06:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260221.0.493065' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c141ac0..87fcc7e 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/20260220.0.492853/multilib-devel-20260220.0.492853.tar.zst" && \ - echo "9497d66fd345f4d34f2b5bd14fde752e8844a79b416fb84b0709679b286d9aab multilib-devel-20260220.0.492853.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260221.0.493065/multilib-devel-20260221.0.493065.tar.zst" && \ + echo "4f4f8a8885e9ab38682fd1f2666aa1fc0f130a1f2c1d5a7d212787b5bb0f0f60 multilib-devel-20260221.0.493065.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260220.0.492853.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260221.0.493065.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="20260220.0.492853" +LABEL org.opencontainers.image.version="20260221.0.493065" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" +LABEL org.opencontainers.image.created="2026-02-21T09:06:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260221.0.493065' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]