diff --git a/Dockerfile.base b/Dockerfile.base index ed9e853..d9fb5b5 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/20241117.0.280143/base-20241117.0.280143.tar.zst" && \ - echo "59e3058d07b0a263c3c62c6975513aee443c109f30122e42e1d33b80d3efb426 base-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/base-20241118.0.280344.tar.zst" && \ + echo "9a6063f7d563bc9872fc989000b91d511d2d7a30cade956bd7fc0e64c52504c1 base-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241117.0.280143.tar.zst + tar -C /rootfs --extract --file base-20241118.0.280344.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="20241117.0.280143" +LABEL org.opencontainers.image.version="20241118.0.280344" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3352006..8d80450 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/20241117.0.280143/base-devel-20241117.0.280143.tar.zst" && \ - echo "a87c81d3357efaa15e8908fc0fca3dbadee71706e2a70f23e6c1a1bd7a6764a1 base-devel-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/base-devel-20241118.0.280344.tar.zst" && \ + echo "505baa3ee7ac6e5bff2e6f4dcca20de3a0e9ca9a8dabea69221cd010b727fe84 base-devel-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241117.0.280143.tar.zst + tar -C /rootfs --extract --file base-devel-20241118.0.280344.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="20241117.0.280143" +LABEL org.opencontainers.image.version="20241118.0.280344" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b51eb1d..c0e8f6b 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/20241117.0.280143/multilib-devel-20241117.0.280143.tar.zst" && \ - echo "16219a39d5df13aae8ba4e4af1fa4f3af5a08d1245274821bc2623476b773343 multilib-devel-20241117.0.280143.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241118.0.280344/multilib-devel-20241118.0.280344.tar.zst" && \ + echo "df995164d0c3c9ade1934156f11c7ca1fd3ba6935e5dfc165a6f23c2c7e732e5 multilib-devel-20241118.0.280344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241117.0.280143.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241118.0.280344.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="20241117.0.280143" +LABEL org.opencontainers.image.version="20241118.0.280344" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-17T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-11-18T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241117.0.280143' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241118.0.280344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]