diff --git a/Dockerfile.base b/Dockerfile.base index 4b3e7ac..3809796 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/20260219.0.492612/base-20260219.0.492612.tar.zst" && \ - echo "22312082062836b117a8c2d3fe113f16d152cd8fa9f3ff914041d70a0dc23f3b base-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260219.0.492612.tar.zst + tar -C /rootfs --extract --file base-20260220.0.492853.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="20260219.0.492612" +LABEL org.opencontainers.image.version="20260220.0.492853" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 53d563a..a65d53a 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/20260219.0.492612/base-devel-20260219.0.492612.tar.zst" && \ - echo "f25980bc6cd068866db4310589671d95a494d3623073a9a0e2d28b0cef47b9d5 base-devel-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260219.0.492612.tar.zst + tar -C /rootfs --extract --file base-devel-20260220.0.492853.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="20260219.0.492612" +LABEL org.opencontainers.image.version="20260220.0.492853" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 78f1f6b..c141ac0 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/20260219.0.492612/multilib-devel-20260219.0.492612.tar.zst" && \ - echo "29b36186341a8eaac6040c280be1276ea8d283b5a5f55349524235a40fb08895 multilib-devel-20260219.0.492612.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260219.0.492612.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260220.0.492853.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="20260219.0.492612" +LABEL org.opencontainers.image.version="20260220.0.492853" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-19T09:06:46+00:00" +LABEL org.opencontainers.image.created="2026-02-20T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260219.0.492612' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260220.0.492853' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]