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