diff --git a/Dockerfile.base b/Dockerfile.base index 21f7e35..943c420 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250713.0.382866/base-20250713.0.382866.tar.zst" && \ - echo "f12dbd0ab56719d0882899d371317ea84e969ef19046a7a355515eb3f75ff08c base-20250713.0.382866.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250714.0.383059/base-20250714.0.383059.tar.zst" && \ + echo "3753a2e917d02ab94edb476b96a9e579829f6fe4518bbf151445801e042858be base-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250713.0.382866.tar.zst + tar -C /rootfs --extract --file base-20250714.0.383059.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="20250713.0.382866" +LABEL org.opencontainers.image.version="20250714.0.383059" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-13T09:07:08+00:00" +LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250713.0.382866' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 94dfd33..b5fad1e 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250713.0.382866/base-devel-20250713.0.382866.tar.zst" && \ - echo "3499e76e53ea36f99109686fce2c5d10c9f5df1ee5450ebf304ebe3c57030a9a base-devel-20250713.0.382866.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250714.0.383059/base-devel-20250714.0.383059.tar.zst" && \ + echo "6f4c9daabd03c1e35f9126619e1fd927304dd2e7dcab23517cfe426a5fa4216c base-devel-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250713.0.382866.tar.zst + tar -C /rootfs --extract --file base-devel-20250714.0.383059.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="20250713.0.382866" +LABEL org.opencontainers.image.version="20250714.0.383059" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-13T09:07:08+00:00" +LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250713.0.382866' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 245e01f..88748c1 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250713.0.382866/multilib-devel-20250713.0.382866.tar.zst" && \ - echo "d3f6adc43b2f34e81d5a66cf36bd0226a50b560ab1549526c0d1a18aaf61e88a multilib-devel-20250713.0.382866.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250714.0.383059/multilib-devel-20250714.0.383059.tar.zst" && \ + echo "4168ad7a760e1499254ed88c037120941654b64cf828ba7d63884f4f1e9f4316 multilib-devel-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250713.0.382866.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250714.0.383059.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="20250713.0.382866" +LABEL org.opencontainers.image.version="20250714.0.383059" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-07-13T09:07:08+00:00" +LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250713.0.382866' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]