diff --git a/Dockerfile.base b/Dockerfile.base index 455fd6a..000fa66 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/20260430.0.522949/base-20260430.0.522949.tar.zst" && \ - echo "96e03d88d230a15cac33c3fbecef65d29e3e9667e2cae4940a432d0d08691fd6 base-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260501.0.523152/base-20260501.0.523152.tar.zst" && \ + echo "7a1234f7d6ad46d88fd39e7cc42c237232d8b4e3a20baf378f44ea0b610f24b6 base-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260430.0.522949.tar.zst + tar -C /rootfs --extract --file base-20260501.0.523152.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="20260430.0.522949" +LABEL org.opencontainers.image.version="20260501.0.523152" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00" +LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 6bbbb92..1425a7c 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/20260430.0.522949/base-devel-20260430.0.522949.tar.zst" && \ - echo "2afa6413b59a7dac710fa0e4c4b418850a837cb8ce5885edcdb1da7ae7fa9ae2 base-devel-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260501.0.523152/base-devel-20260501.0.523152.tar.zst" && \ + echo "f98fae671d02679a3c786445d1fc5f2d6e272509fd0a7c2a931a2c3f9d9f6032 base-devel-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260430.0.522949.tar.zst + tar -C /rootfs --extract --file base-devel-20260501.0.523152.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="20260430.0.522949" +LABEL org.opencontainers.image.version="20260501.0.523152" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00" +LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 975a475..28ef101 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/20260430.0.522949/multilib-devel-20260430.0.522949.tar.zst" && \ - echo "fa442e8460c12448e020740dcbb879981e79b7e3fbce8a3a0b4ff28b41ad5bf4 multilib-devel-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260501.0.523152/multilib-devel-20260501.0.523152.tar.zst" && \ + echo "3045796c4b7dd09058bba1eb6d443e5039d170e4bdb2c68433a19bffe0affe21 multilib-devel-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260430.0.522949.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260501.0.523152.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="20260430.0.522949" +LABEL org.opencontainers.image.version="20260501.0.523152" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-04-30T09:08:39+00:00" +LABEL org.opencontainers.image.created="2026-05-01T09:09:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ true ENV LANG=C.UTF-8 diff --git a/Dockerfile.repro b/Dockerfile.repro index 0153dec..50624f9 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/20260430.0.522949/repro-20260430.0.522949.tar.zst" && \ - echo "c1df20db377ebb1d00d02e9da545f9f83aab68c2b46d18e6218e6a0cfab51399 repro-20260430.0.522949.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260501.0.523152/repro-20260501.0.523152.tar.zst" && \ + echo "69b94ec9fa6a3c332be4cbd1f39337c5b34825ff1e5e88ed427faeb1b68b879e repro-20260501.0.523152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file repro-20260430.0.522949.tar.zst + tar -C /rootfs --extract --file repro-20260501.0.523152.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="20260430.0.522949" +LABEL org.opencontainers.image.version="20260501.0.523152" LABEL org.opencontainers.image.revision="b43ff00eac5d363450c033c3387cf566bc5650a0" -LABEL org.opencontainers.image.created="2026-04-30T00:00:00Z" +LABEL org.opencontainers.image.created="2026-05-01T00:00:00Z" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260430.0.522949' /etc/os-release && \ + sed -i '/BUILD_ID/a VERSION_ID=20260501.0.523152' /etc/os-release && \ rm -f /var/cache/ldconfig/aux-cache ENV LANG=C.UTF-8