diff --git a/Dockerfile.base b/Dockerfile.base index aeeccea..426ea84 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/20260423.0.519791/base-20260423.0.519791.tar.zst" && \ - echo "3716dca223a3af5728fab8419af3e0f7bec2189341cef5794e01ddc78e5d47bb base-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260424.0.520422/base-20260424.0.520422.tar.zst" && \ + echo "9c4c82a8c007a832d23aedc37109bb97f4ff7cda415d0c4313f156f7f08b802a base-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260423.0.519791.tar.zst + tar -C /rootfs --extract --file base-20260424.0.520422.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="20260423.0.519791" +LABEL org.opencontainers.image.version="20260424.0.520422" LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00" +LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b95c470..2f1802c 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/20260423.0.519791/base-devel-20260423.0.519791.tar.zst" && \ - echo "428cf4e7614def57ad7d8f9baf90492f8fa4ac977341e48c3f5bd81e98333b98 base-devel-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260424.0.520422/base-devel-20260424.0.520422.tar.zst" && \ + echo "469bd75bb22244a2477db2e0149d71f94d3c65cfcd4a90216ab73924fbd01bfc base-devel-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260423.0.519791.tar.zst + tar -C /rootfs --extract --file base-devel-20260424.0.520422.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="20260423.0.519791" +LABEL org.opencontainers.image.version="20260424.0.520422" LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00" +LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 7a78de8..9f0449d 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/20260423.0.519791/multilib-devel-20260423.0.519791.tar.zst" && \ - echo "4bfd27f6d68b0fefea0dcf4a83967db7cfb288b27af3d8fea37ee8affc6e783b multilib-devel-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260424.0.520422/multilib-devel-20260424.0.520422.tar.zst" && \ + echo "250d1b71aa5f50d4ff2af08832f302c09b58d27f3289a16547f33995c0290539 multilib-devel-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260423.0.519791.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260424.0.520422.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="20260423.0.519791" +LABEL org.opencontainers.image.version="20260424.0.520422" LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-23T09:08:51+00:00" +LABEL org.opencontainers.image.created="2026-04-24T09:08:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 062cdb4..0377f65 100644 --- a/Dockerfile.repro +++ b/Dockerfile.repro @@ -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/20260423.0.519791/repro-20260423.0.519791.tar.zst" && \ - echo "2763737c065301ede31527e92e5b4daef3794770168d25e1fa98f95d17c4d44c repro-20260423.0.519791.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260424.0.520422/repro-20260424.0.520422.tar.zst" && \ + echo "28ca88d6be5d9081bd98bde4de017a3c876beb9953285759e064a7f0aeb72a16 repro-20260424.0.520422.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260423.0.519791.tar.zst + tar -C /rootfs --extract --file repro-20260424.0.520422.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="20260423.0.519791" +LABEL org.opencontainers.image.version="20260424.0.520422" LABEL org.opencontainers.image.revision="87c0211ad49fe86018aa2cd5f9fb3da3eff94118" -LABEL org.opencontainers.image.created="2026-04-23T00:00:00Z" +LABEL org.opencontainers.image.created="2026-04-24T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260423.0.519791' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260424.0.520422' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8