diff --git a/Dockerfile.base b/Dockerfile.base index ff47549..31b1b01 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/20260302.0.495205/base-20260302.0.495205.tar.zst" && \ - echo "a7d0903f92d36d58e4937898b0615e40171d6dd7a58ab19429780811703a828f base-20260302.0.495205.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260303.0.495694/base-20260303.0.495694.tar.zst" && \ + echo "8c3850103df6e140359b5783450084d2bbd91f37efbc734777b8a4c541f69610 base-20260303.0.495694.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260302.0.495205.tar.zst + tar -C /rootfs --extract --file base-20260303.0.495694.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="20260302.0.495205" +LABEL org.opencontainers.image.version="20260303.0.495694" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-02T09:06:42+00:00" +LABEL org.opencontainers.image.created="2026-03-03T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260302.0.495205' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260303.0.495694' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 256e8ca..8e877c3 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/20260302.0.495205/base-devel-20260302.0.495205.tar.zst" && \ - echo "615e24e413d219de380c78ea6c7a4069d2a5ca939741a24f4ac5a3bffe849dcd base-devel-20260302.0.495205.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260303.0.495694/base-devel-20260303.0.495694.tar.zst" && \ + echo "b74b044ad35f12ab7b1e1e4d461c16e55f885b23deadf0d6695d77b51936ca1c base-devel-20260303.0.495694.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260302.0.495205.tar.zst + tar -C /rootfs --extract --file base-devel-20260303.0.495694.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="20260302.0.495205" +LABEL org.opencontainers.image.version="20260303.0.495694" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-02T09:06:42+00:00" +LABEL org.opencontainers.image.created="2026-03-03T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260302.0.495205' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260303.0.495694' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 11c90ea..f64b860 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/20260302.0.495205/multilib-devel-20260302.0.495205.tar.zst" && \ - echo "229fd0f13b6de8213c7341a2bf5e1cd0b5795f0be211121ff5d18c1ac7807d69 multilib-devel-20260302.0.495205.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260303.0.495694/multilib-devel-20260303.0.495694.tar.zst" && \ + echo "fc1366815f5c72876a695f19d1e48e5190a3e22c9ef0f89a450bdd7a3e258a44 multilib-devel-20260303.0.495694.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260302.0.495205.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260303.0.495694.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="20260302.0.495205" +LABEL org.opencontainers.image.version="20260303.0.495694" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-02T09:06:42+00:00" +LABEL org.opencontainers.image.created="2026-03-03T09:06:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260302.0.495205' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260303.0.495694' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]