diff --git a/Dockerfile.base b/Dockerfile.base index 5578920..da6190e 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/20250918.0.422320/base-20250918.0.422320.tar.zst" && \ - echo "5a74ca75af5206b8f361473b1a309641e621238948a76c07655f5b0d934c4166 base-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250919.0.422746/base-20250919.0.422746.tar.zst" && \ + echo "ce76d59968d636d72b1525d6d3ec08563c4e165c83ed284537679824a3cd6620 base-20250919.0.422746.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250918.0.422320.tar.zst + tar -C /rootfs --extract --file base-20250919.0.422746.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="20250918.0.422320" +LABEL org.opencontainers.image.version="20250919.0.422746" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" +LABEL org.opencontainers.image.created="2025-09-19T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250919.0.422746' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 653d4dd..2d0f715 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/20250918.0.422320/base-devel-20250918.0.422320.tar.zst" && \ - echo "bc33c635b0eb9a728b94c5c9875d3fcc33e0172d752932521e75febcafb2468b base-devel-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250919.0.422746/base-devel-20250919.0.422746.tar.zst" && \ + echo "09edebaf77c64fa675d0ac9d0119a17f4d956b55a401b5d098635df83bf39fc3 base-devel-20250919.0.422746.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250918.0.422320.tar.zst + tar -C /rootfs --extract --file base-devel-20250919.0.422746.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="20250918.0.422320" +LABEL org.opencontainers.image.version="20250919.0.422746" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" +LABEL org.opencontainers.image.created="2025-09-19T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250919.0.422746' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8ff5428..dcb93a6 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/20250918.0.422320/multilib-devel-20250918.0.422320.tar.zst" && \ - echo "3d6adb439f9c3ebc59afe0f699c1e82d198ea39dd51fc6aff6f6a56f99021536 multilib-devel-20250918.0.422320.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250919.0.422746/multilib-devel-20250919.0.422746.tar.zst" && \ + echo "c503427b9f672e89f69d3f72eeab53e44d692b7c2135a8624c2b3a5b61d1a25d multilib-devel-20250919.0.422746.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250918.0.422320.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250919.0.422746.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="20250918.0.422320" +LABEL org.opencontainers.image.version="20250919.0.422746" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" -LABEL org.opencontainers.image.created="2025-09-18T09:06:52+00:00" +LABEL org.opencontainers.image.created="2025-09-19T09:07:08+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250918.0.422320' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250919.0.422746' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]