diff --git a/Dockerfile.base b/Dockerfile.base index ab6c97f..e380a76 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/20240925.0.265508/base-20240925.0.265508.tar.zst" && \ - echo "4e8ad30327a19a67e9f71b578e1041d76542b91d0ae5356b125ebce7d0aa99a9 base-20240925.0.265508.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240926.0.265740/base-20240926.0.265740.tar.zst" && \ + echo "95a8375095969386a17d0dfadf48dcac39adf6ba70878c7dbc63e6deb407311c base-20240926.0.265740.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240925.0.265508.tar.zst + tar -C /rootfs --extract --file base-20240926.0.265740.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="20240925.0.265508" +LABEL org.opencontainers.image.version="20240926.0.265740" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-25T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-09-26T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240925.0.265508' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240926.0.265740' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7db0d85..d93a5e3 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/20240925.0.265508/base-devel-20240925.0.265508.tar.zst" && \ - echo "db61bff0f10dc0496d924090617f081ef5e6cd3ebfe87415f680086ae59571db base-devel-20240925.0.265508.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240926.0.265740/base-devel-20240926.0.265740.tar.zst" && \ + echo "220c77790f0181add4a2aa449ea167e08b4a5d243c4d2d7ec80a903ab420fcf8 base-devel-20240926.0.265740.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240925.0.265508.tar.zst + tar -C /rootfs --extract --file base-devel-20240926.0.265740.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="20240925.0.265508" +LABEL org.opencontainers.image.version="20240926.0.265740" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-25T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-09-26T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240925.0.265508' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240926.0.265740' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 629ca7f..7edc338 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/20240925.0.265508/multilib-devel-20240925.0.265508.tar.zst" && \ - echo "b02af820c2f04f075582a9b4ba4bf558213ca23e91430bb7740111bdca1f36bf multilib-devel-20240925.0.265508.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240926.0.265740/multilib-devel-20240926.0.265740.tar.zst" && \ + echo "a19055a5f9629135d3953c35c511cb45a3f1c66e4b837d67f0d9654a92497828 multilib-devel-20240926.0.265740.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240925.0.265508.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240926.0.265740.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="20240925.0.265508" +LABEL org.opencontainers.image.version="20240926.0.265740" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-25T09:07:30+00:00" +LABEL org.opencontainers.image.created="2024-09-26T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240925.0.265508' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240926.0.265740' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]