diff --git a/Dockerfile.base b/Dockerfile.base index 2fe41e3..47734f4 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/20241119.0.280956/base-20241119.0.280956.tar.zst" && \ - echo "b8692801c0ee46657a1713a08f2db6e89f9e4dd32c4cff76c67fe2d651ac5be4 base-20241119.0.280956.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241120.0.281320/base-20241120.0.281320.tar.zst" && \ + echo "919dd4f5cbb9e732069610bc07cd6371d24cda802e542a24a53f38bf9efe7f45 base-20241120.0.281320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241119.0.280956.tar.zst + tar -C /rootfs --extract --file base-20241120.0.281320.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="20241119.0.280956" +LABEL org.opencontainers.image.version="20241120.0.281320" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-19T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-11-20T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241119.0.280956' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241120.0.281320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index cd2744d..39d28a3 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/20241119.0.280956/base-devel-20241119.0.280956.tar.zst" && \ - echo "fdccfe204b6666c8e83a03055d0bee0dfec8b09ab5a92be210c49474d008dcd1 base-devel-20241119.0.280956.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241120.0.281320/base-devel-20241120.0.281320.tar.zst" && \ + echo "47547b63c367bee2ef901d9ef45bbbd156594e0b7c28af97fdd126f61ae15601 base-devel-20241120.0.281320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241119.0.280956.tar.zst + tar -C /rootfs --extract --file base-devel-20241120.0.281320.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="20241119.0.280956" +LABEL org.opencontainers.image.version="20241120.0.281320" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-19T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-11-20T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241119.0.280956' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241120.0.281320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a1f4fd5..1394420 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/20241119.0.280956/multilib-devel-20241119.0.280956.tar.zst" && \ - echo "3365e28e63096616a959360e0a83831d594abca9c1536ef7d95094642e29d07a multilib-devel-20241119.0.280956.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241120.0.281320/multilib-devel-20241120.0.281320.tar.zst" && \ + echo "0edde3fa38a80d85f04a014ebff92dc95462b1f9de88dc1d6abb134a291b8898 multilib-devel-20241120.0.281320.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241119.0.280956.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241120.0.281320.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="20241119.0.280956" +LABEL org.opencontainers.image.version="20241120.0.281320" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-19T09:07:45+00:00" +LABEL org.opencontainers.image.created="2024-11-20T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241119.0.280956' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241120.0.281320' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]