diff --git a/Dockerfile.base b/Dockerfile.base index fb7fe63..4d28846 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/20241016.0.270464/base-20241016.0.270464.tar.zst" && \ - echo "b23878513d521668d093e7f12c6164c249add041c811b9bd1691fd8fd81ff86a base-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/base-20241017.0.270689.tar.zst" && \ + echo "b3131b4c63791db4ed4473cf2d306d589e4294d70f8fc8c0a7d462613c1188ea base-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241016.0.270464.tar.zst + tar -C /rootfs --extract --file base-20241017.0.270689.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="20241016.0.270464" +LABEL org.opencontainers.image.version="20241017.0.270689" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 05fc631..df94720 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/20241016.0.270464/base-devel-20241016.0.270464.tar.zst" && \ - echo "e30d0834d500b6061d8609e7967d7c4cfd36e752e2f4d10b346bde43740774c1 base-devel-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/base-devel-20241017.0.270689.tar.zst" && \ + echo "7bfddf7b27fdf440782a48310ba9f63a9300a91f8307ff9311185266823bf74e base-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241016.0.270464.tar.zst + tar -C /rootfs --extract --file base-devel-20241017.0.270689.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="20241016.0.270464" +LABEL org.opencontainers.image.version="20241017.0.270689" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 50619f4..7f65734 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/20241016.0.270464/multilib-devel-20241016.0.270464.tar.zst" && \ - echo "fad3d5d2c561d3d14ac856499d2b0c083c97b2d76bcbdafa9d0111832fd66bf8 multilib-devel-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/multilib-devel-20241017.0.270689.tar.zst" && \ + echo "925f45b275d732ac4ae0af1707ffd61ea07f1183c7850d086605afb942aa5951 multilib-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241016.0.270464.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241017.0.270689.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="20241016.0.270464" +LABEL org.opencontainers.image.version="20241017.0.270689" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]