diff --git a/Dockerfile.base b/Dockerfile.base index 1668f98..48b0738 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/20250921.0.423387/base-20250921.0.423387.tar.zst" && \ - echo "70011a40e585876f7479ff015eea1d6f01f35f5dd5eb082a619d20a291ed28dc base-20250921.0.423387.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250922.0.423708/base-20250922.0.423708.tar.zst" && \ + echo "6f30b69b3174a02cd8253b7bcbd0d510beefc0ba61cb597bd35097da725cc657 base-20250922.0.423708.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250921.0.423387.tar.zst + tar -C /rootfs --extract --file base-20250922.0.423708.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="20250921.0.423387" +LABEL org.opencontainers.image.version="20250922.0.423708" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-21T09:07:02+00:00" +LABEL org.opencontainers.image.created="2025-09-22T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423387' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250922.0.423708' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8556bca..3df628f 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/20250921.0.423387/base-devel-20250921.0.423387.tar.zst" && \ - echo "c9cff35c419f5a03cc789d45befcd0bf967d746ffe1ac3883b3c98ae4a82f7a7 base-devel-20250921.0.423387.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250922.0.423708/base-devel-20250922.0.423708.tar.zst" && \ + echo "260212ae2d762712250dc0ebdd17b0248821d410aa6acc576104724936b0300c base-devel-20250922.0.423708.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250921.0.423387.tar.zst + tar -C /rootfs --extract --file base-devel-20250922.0.423708.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="20250921.0.423387" +LABEL org.opencontainers.image.version="20250922.0.423708" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-21T09:07:02+00:00" +LABEL org.opencontainers.image.created="2025-09-22T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423387' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250922.0.423708' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f88e977..dcc4c0d 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/20250921.0.423387/multilib-devel-20250921.0.423387.tar.zst" && \ - echo "4ebfe817daeb88838cb703e602e692ff42ee5a54381a864e49f0bddbf34bf079 multilib-devel-20250921.0.423387.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250922.0.423708/multilib-devel-20250922.0.423708.tar.zst" && \ + echo "299f437747f5e1b0387cfd3d3d8f74c7f78f54a055b59ceb98b3d0aa651ddab8 multilib-devel-20250922.0.423708.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250921.0.423387.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250922.0.423708.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="20250921.0.423387" +LABEL org.opencontainers.image.version="20250922.0.423708" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-21T09:07:02+00:00" +LABEL org.opencontainers.image.created="2025-09-22T09:07:07+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250921.0.423387' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250922.0.423708' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]