diff --git a/Dockerfile.base b/Dockerfile.base index 0796fc8..a13e85f 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/20240906.0.260803/base-20240906.0.260803.tar.zst" && \ - echo "366124c89597a16335ae345fad7d9cfa4fd124e67a1701320a2167899efcb7c2 base-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240907.0.261171/base-20240907.0.261171.tar.zst" && \ + echo "fb9b0df325ef883221db706c777f25b3cc63d4457f88e85a17c4ac33101088a3 base-20240907.0.261171.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240906.0.260803.tar.zst + tar -C /rootfs --extract --file base-20240907.0.261171.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="20240906.0.260803" +LABEL org.opencontainers.image.version="20240907.0.261171" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-09-07T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240907.0.261171' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d26ec9f..7644b62 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/20240906.0.260803/base-devel-20240906.0.260803.tar.zst" && \ - echo "1111e6efc433fba6ed4c7b7f1b9d7de9a65b6c32d47fceea9e620bf94c08ecce base-devel-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240907.0.261171/base-devel-20240907.0.261171.tar.zst" && \ + echo "a30a8f0c2c37645f659c55c6c7d0d7cd4db029ff7fc87738045e103e464de518 base-devel-20240907.0.261171.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240906.0.260803.tar.zst + tar -C /rootfs --extract --file base-devel-20240907.0.261171.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="20240906.0.260803" +LABEL org.opencontainers.image.version="20240907.0.261171" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-09-07T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240907.0.261171' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b932673..4a140ee 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/20240906.0.260803/multilib-devel-20240906.0.260803.tar.zst" && \ - echo "b3bb21884c2c43135180e92c774744489d5a027f139fb08854cc713e078f999e multilib-devel-20240906.0.260803.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240907.0.261171/multilib-devel-20240907.0.261171.tar.zst" && \ + echo "e48e0c46c4758dace3698080a383e4e20d670b753d6424e2066e012bcc8f1e6f multilib-devel-20240907.0.261171.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240906.0.260803.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240907.0.261171.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="20240906.0.260803" +LABEL org.opencontainers.image.version="20240907.0.261171" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-06T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-09-07T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240906.0.260803' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240907.0.261171' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]