diff --git a/Dockerfile.base b/Dockerfile.base index ce37c26..2323a7f 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/20260514.0.529611/base-20260514.0.529611.tar.zst" && \ - echo "edc80a48b260882aa1dcddc27b32e28de9fa35cea65031ac9e0727bdd0cab195 base-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/base-20260515.0.530057.tar.zst" && \ + echo "f2d3cb74c88c9ad76ffbe60a0566df3b5b2a4fa54a1fee5b458db6330ee3ab65 base-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260514.0.529611.tar.zst + tar -C /rootfs --extract --file base-20260515.0.530057.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="20260514.0.529611" +LABEL org.opencontainers.image.version="20260515.0.530057" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00" +LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 611602d..13f6949 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/20260514.0.529611/base-devel-20260514.0.529611.tar.zst" && \ - echo "f6a4fad7c568e4a1e433b844129a5a26bd6232b1d6dbc7c06ff69b6c0a48e467 base-devel-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/base-devel-20260515.0.530057.tar.zst" && \ + echo "72a720f75b55de7947243cb7f0beafcc6f6b833f3da2622a985f5b0f7e4667f9 base-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260514.0.529611.tar.zst + tar -C /rootfs --extract --file base-devel-20260515.0.530057.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="20260514.0.529611" +LABEL org.opencontainers.image.version="20260515.0.530057" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00" +LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 227854e..8a395da 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/20260514.0.529611/multilib-devel-20260514.0.529611.tar.zst" && \ - echo "289ca100f8658482ab9029212c32bcf277a924f3c3ab18081ff0e1e9ae6cc8ce multilib-devel-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/multilib-devel-20260515.0.530057.tar.zst" && \ + echo "6ef1f2497dfa0f208d05c18f98d8d7e38a68f9e865369d7a68769b2d1d85bbaf multilib-devel-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260514.0.529611.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260515.0.530057.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="20260514.0.529611" +LABEL org.opencontainers.image.version="20260515.0.530057" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-14T09:08:56+00:00" +LABEL org.opencontainers.image.created="2026-05-15T09:09:04+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.repro b/Dockerfile.repro index cce07bd..2bb7d88 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/20260514.0.529611/repro-20260514.0.529611.tar.zst" && \ - echo "e202d4791e27adaec12644dc565e45d2c244bce387979372f47f5081f34be44e repro-20260514.0.529611.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260515.0.530057/repro-20260515.0.530057.tar.zst" && \ + echo "c64828052b6490624d1fff49cf3f63d7a3424bc6c4e0edff6a4fe73486a33197 repro-20260515.0.530057.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260514.0.529611.tar.zst + tar -C /rootfs --extract --file repro-20260515.0.530057.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="20260514.0.529611" +LABEL org.opencontainers.image.version="20260515.0.530057" LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" -LABEL org.opencontainers.image.created="2026-05-14T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-15T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260514.0.529611' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260515.0.530057' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8