diff --git a/Dockerfile.base b/Dockerfile.base index cc6d3f1..5e17480 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/20240901.0.259573/base-20240901.0.259573.tar.zst" && \ - echo "4238d929ba9049ec3990d5594353e23af34445b057d0e076de4d6387654987ff base-20240901.0.259573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240902.0.259777/base-20240902.0.259777.tar.zst" && \ + echo "5ebe297ee6fd3b4e7ddc5dd5eade537818d9f915ae8a8e20c558027b904199e4 base-20240902.0.259777.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240901.0.259573.tar.zst + tar -C /rootfs --extract --file base-20240902.0.259777.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="20240901.0.259573" +LABEL org.opencontainers.image.version="20240902.0.259777" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-01T09:07:47+00:00" +LABEL org.opencontainers.image.created="2024-09-02T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240901.0.259573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240902.0.259777' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d481fe3..4d29327 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/20240901.0.259573/base-devel-20240901.0.259573.tar.zst" && \ - echo "76b39f6502d832d5b77f41897078445a348b1ed19801ee3f6f618cb21bd80934 base-devel-20240901.0.259573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240902.0.259777/base-devel-20240902.0.259777.tar.zst" && \ + echo "f3a5520bc3c5e21c2cb42180bd55e03cf9d247259207b3bfc6ed96b50784be76 base-devel-20240902.0.259777.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240901.0.259573.tar.zst + tar -C /rootfs --extract --file base-devel-20240902.0.259777.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="20240901.0.259573" +LABEL org.opencontainers.image.version="20240902.0.259777" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-01T09:07:47+00:00" +LABEL org.opencontainers.image.created="2024-09-02T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240901.0.259573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240902.0.259777' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c552d2e..f82cdb5 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/20240901.0.259573/multilib-devel-20240901.0.259573.tar.zst" && \ - echo "1e2a6828a2b835d22f35e15ab94541d116be3e65a4b02ae38850d66839318f9c multilib-devel-20240901.0.259573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240902.0.259777/multilib-devel-20240902.0.259777.tar.zst" && \ + echo "15cd7e63e5718a25e8beb9ea277c8f1ba38dfe26f26f32000755c31dcd1e9b1b multilib-devel-20240902.0.259777.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240901.0.259573.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240902.0.259777.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="20240901.0.259573" +LABEL org.opencontainers.image.version="20240902.0.259777" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-01T09:07:47+00:00" +LABEL org.opencontainers.image.created="2024-09-02T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240901.0.259573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240902.0.259777' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]