diff --git a/Dockerfile.base b/Dockerfile.base index b089d70..f23c554 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/20260502.0.523399/base-20260502.0.523399.tar.zst" && \ - echo "11a53fcb7c86107e88bd18b187fcd4dfa14308997457d191905f376c3000dc2a base-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523481/base-20260503.0.523481.tar.zst" && \ + echo "3b2324078e16ce61a1b7f533d09b9ea551cc43caae1bb3028ed8655ad03a4cc6 base-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260502.0.523399.tar.zst + tar -C /rootfs --extract --file base-20260503.0.523481.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="20260502.0.523399" +LABEL org.opencontainers.image.version="20260503.0.523481" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index dc5b7f8..ae202d7 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/20260502.0.523399/base-devel-20260502.0.523399.tar.zst" && \ - echo "64107900050da515f7366cfea69addd9c7d9eece2605e83e4c68502800b3b8b2 base-devel-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523481/base-devel-20260503.0.523481.tar.zst" && \ + echo "ad1991f1ff3fe0a82569016337d171dcdfe83e29a1a66f1d61c4910dc299ef70 base-devel-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260502.0.523399.tar.zst + tar -C /rootfs --extract --file base-devel-20260503.0.523481.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="20260502.0.523399" +LABEL org.opencontainers.image.version="20260503.0.523481" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ff7e98d..ce02c36 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/20260502.0.523399/multilib-devel-20260502.0.523399.tar.zst" && \ - echo "7ab761fc05bfb28f4c2fa1a0898835cc295d8a81a6fd417100887a5209d91511 multilib-devel-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523481/multilib-devel-20260503.0.523481.tar.zst" && \ + echo "aeb4d66750d7b6b314be22b7699189c2105a5f4d6a592ed51d42e486b9d58ec9 multilib-devel-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260502.0.523399.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260503.0.523481.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="20260502.0.523399" +LABEL org.opencontainers.image.version="20260503.0.523481" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-02T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-03T00:09:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 8143c5a..b677abe 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/20260502.0.523399/repro-20260502.0.523399.tar.zst" && \ - echo "58da3c4c484d811f5e9cb09ce7ecb41365c46c1164b459dc52fbc8f724d77ec4 repro-20260502.0.523399.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260503.0.523481/repro-20260503.0.523481.tar.zst" && \ + echo "d704dadcf5e837a8e31b571c63440abf53fb98fdc4a9416c8d2878680d274f05 repro-20260503.0.523481.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260502.0.523399.tar.zst + tar -C /rootfs --extract --file repro-20260503.0.523481.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="20260502.0.523399" +LABEL org.opencontainers.image.version="20260503.0.523481" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-02T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-03T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260502.0.523399' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523481' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8