diff --git a/Dockerfile.base b/Dockerfile.base index 7c86ad7..c5423d9 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/base-20241021.0.271886.tar.zst" && \ - echo "69e5bab2538eb39a8a374361f6052cb80a2a3fa9968e5a18c08be4d69df60e05 base-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241022.0.272221/base-20241022.0.272221.tar.zst" && \ + echo "811c0f3741fa6f021f5720117a403f8a1220dc5ecd802a386f518028f0a2a4d8 base-20241022.0.272221.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241021.0.271886.tar.zst + tar -C /rootfs --extract --file base-20241022.0.272221.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="20241021.0.271886" +LABEL org.opencontainers.image.version="20241022.0.272221" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-10-22T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241022.0.272221' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index cd8d198..0705866 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/base-devel-20241021.0.271886.tar.zst" && \ - echo "d22bffe602a9bedc93aab8bc778b6f9a3e5f4a03f791fb24c3aee50a7649eee7 base-devel-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241022.0.272221/base-devel-20241022.0.272221.tar.zst" && \ + echo "54ea00fcafbf0d4687b2ac9a5a6e026deee61e93beb59c72b39babd5446c30ea base-devel-20241022.0.272221.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241021.0.271886.tar.zst + tar -C /rootfs --extract --file base-devel-20241022.0.272221.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="20241021.0.271886" +LABEL org.opencontainers.image.version="20241022.0.272221" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-10-22T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241022.0.272221' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d34cb39..95d3ee7 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241021.0.271886/multilib-devel-20241021.0.271886.tar.zst" && \ - echo "ec809c47fa3b400920f41a992ab120a5816e30250f38452d5732e834a6e4da75 multilib-devel-20241021.0.271886.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241022.0.272221/multilib-devel-20241022.0.272221.tar.zst" && \ + echo "b784a369c2fac144a59b16d5e52306e3d8d92069cb88991fb98f9a37bf647195 multilib-devel-20241022.0.272221.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241021.0.271886.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241022.0.272221.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="20241021.0.271886" +LABEL org.opencontainers.image.version="20241022.0.272221" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-10-22T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241021.0.271886' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241022.0.272221' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]