diff --git a/Dockerfile.base b/Dockerfile.base index 9800c60..5b5760a 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354646/base-20250525.0.354646.tar.zst" && \ - echo "dc80ce01363724dd1f653d12fe8bd1ff9026ada39703aef0f397011c0e47cab6 base-20250525.0.354646.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354722/base-20250525.0.354722.tar.zst" && \ + echo "c2f3cbfe34272175c06c2c2bca8cd5457d7f028b931c1212956f42bc5ef79e59 base-20250525.0.354722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250525.0.354646.tar.zst + tar -C /rootfs --extract --file base-20250525.0.354722.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="20250525.0.354646" +LABEL org.opencontainers.image.version="20250525.0.354722" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-25T00:07:54+00:00" +LABEL org.opencontainers.image.created="2025-05-25T09:08:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354646' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a3c3339..91e2560 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354646/base-devel-20250525.0.354646.tar.zst" && \ - echo "3ac25445f7fcc74553bfa5166a0233d53e35aeecdc23adaebbc0307707ebaf7f base-devel-20250525.0.354646.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354722/base-devel-20250525.0.354722.tar.zst" && \ + echo "4737ba40a046573e5ce3b9e46b8e0153326edc2082b26be2dcf6500f8cb7fa2b base-devel-20250525.0.354722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250525.0.354646.tar.zst + tar -C /rootfs --extract --file base-devel-20250525.0.354722.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="20250525.0.354646" +LABEL org.opencontainers.image.version="20250525.0.354722" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-25T00:07:54+00:00" +LABEL org.opencontainers.image.created="2025-05-25T09:08:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354646' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f96f486..a937ec2 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354646/multilib-devel-20250525.0.354646.tar.zst" && \ - echo "3c1932b2b7d164fd5f5b1fb3cb5ab20dc322a2e89b5821e5662b2a0851654699 multilib-devel-20250525.0.354646.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354722/multilib-devel-20250525.0.354722.tar.zst" && \ + echo "723257d2bb73df65a5b4ca9d64b02632921cc69cb1ca562ce30901f25c26464b multilib-devel-20250525.0.354722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250525.0.354646.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250525.0.354722.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="20250525.0.354646" +LABEL org.opencontainers.image.version="20250525.0.354722" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-25T00:07:54+00:00" +LABEL org.opencontainers.image.created="2025-05-25T09:08:01+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354646' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]