diff --git a/Dockerfile.base b/Dockerfile.base index afc578d..55771aa 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/20260503.0.523603/base-20260503.0.523603.tar.zst" && \ - echo "3e37a11db6c262ccda510801e082f4188d953a6c40d82cf99700576dc7dbc255 base-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260504.0.523810/base-20260504.0.523810.tar.zst" && \ + echo "8fed181c7bdf426a096f999ae3a064396aa35d83464a691583e7fb5b0a6296d8 base-20260504.0.523810.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260503.0.523603.tar.zst + tar -C /rootfs --extract --file base-20260504.0.523810.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="20260503.0.523603" +LABEL org.opencontainers.image.version="20260504.0.523810" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-04T09:08:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260504.0.523810' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8a951a3..57f4455 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/20260503.0.523603/base-devel-20260503.0.523603.tar.zst" && \ - echo "1a72b13b1daae59fd95d12b85104b480fcd08a839e58a9afb47a92e4970d6947 base-devel-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260504.0.523810/base-devel-20260504.0.523810.tar.zst" && \ + echo "4f311d42da7fdc9b74b23ae9b9027eccf4fdd83402c127ed6db942f1288c9541 base-devel-20260504.0.523810.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260503.0.523603.tar.zst + tar -C /rootfs --extract --file base-devel-20260504.0.523810.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="20260503.0.523603" +LABEL org.opencontainers.image.version="20260504.0.523810" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-04T09:08:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260504.0.523810' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 06946e5..965d843 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/20260503.0.523603/multilib-devel-20260503.0.523603.tar.zst" && \ - echo "a0cb18dc66b88c14cb82d8dfd58b7c989173d4bfc4660a7eba538598a6c6e0e0 multilib-devel-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260504.0.523810/multilib-devel-20260504.0.523810.tar.zst" && \ + echo "7023ad85d3f0c8698d1bd385b4e9adc30d9ba577657033b11aabb61fe71615c0 multilib-devel-20260504.0.523810.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260503.0.523603.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260504.0.523810.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="20260503.0.523603" +LABEL org.opencontainers.image.version="20260504.0.523810" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-03T09:08:41+00:00" +LABEL org.opencontainers.image.created="2026-05-04T09:08:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260504.0.523810' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 4268079..012758b 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/20260503.0.523603/repro-20260503.0.523603.tar.zst" && \ - echo "d704dadcf5e837a8e31b571c63440abf53fb98fdc4a9416c8d2878680d274f05 repro-20260503.0.523603.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260504.0.523810/repro-20260504.0.523810.tar.zst" && \ + echo "cbc7f9395d33651bbe6576c29ca00dbfe9383f57983bb7cf0bce218fd5ccb25c repro-20260504.0.523810.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260503.0.523603.tar.zst + tar -C /rootfs --extract --file repro-20260504.0.523810.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="20260503.0.523603" +LABEL org.opencontainers.image.version="20260504.0.523810" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-05-03T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-04T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260503.0.523603' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260504.0.523810' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8