diff --git a/Dockerfile.base b/Dockerfile.base index 04b4737..de64977 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/20241127.0.283466/base-20241127.0.283466.tar.zst" && \ - echo "75f6689af035e541a3505d7795eb1517c014cffee7431bd69b91bd6322c26dd0 base-20241127.0.283466.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241128.0.283963/base-20241128.0.283963.tar.zst" && \ + echo "481d93d63f5a7e2dc41182dc7a2040920bbcecd471a129cf6e673b9ab54c98fc base-20241128.0.283963.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241127.0.283466.tar.zst + tar -C /rootfs --extract --file base-20241128.0.283963.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="20241127.0.283466" +LABEL org.opencontainers.image.version="20241128.0.283963" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-27T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-11-28T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241127.0.283466' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241128.0.283963' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7ac36ba..4a1c0e3 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/20241127.0.283466/base-devel-20241127.0.283466.tar.zst" && \ - echo "b955a053f1030a86afdeeda6977427ef56bc982c715077b1a11e66c370aeb1c4 base-devel-20241127.0.283466.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241128.0.283963/base-devel-20241128.0.283963.tar.zst" && \ + echo "5473550525c9d81d040e0be155f71a117c4eec38f7ca459da84b75b80c6f100b base-devel-20241128.0.283963.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241127.0.283466.tar.zst + tar -C /rootfs --extract --file base-devel-20241128.0.283963.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="20241127.0.283466" +LABEL org.opencontainers.image.version="20241128.0.283963" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-27T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-11-28T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241127.0.283466' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241128.0.283963' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 7e63007..ca7fafe 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/20241127.0.283466/multilib-devel-20241127.0.283466.tar.zst" && \ - echo "7e4e57ac96e231c1bc0dcce7e408e0c1d6eeb784c369ba9691d2186111ff5346 multilib-devel-20241127.0.283466.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241128.0.283963/multilib-devel-20241128.0.283963.tar.zst" && \ + echo "5a769d2defc7777f0746299b0d1fc830cfa9c6362662e1c79b23eaa57c9c284b multilib-devel-20241128.0.283963.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241127.0.283466.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241128.0.283963.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="20241127.0.283466" +LABEL org.opencontainers.image.version="20241128.0.283963" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-27T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-11-28T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241127.0.283466' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241128.0.283963' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]