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