diff --git a/Dockerfile.base b/Dockerfile.base index f8b4c58..b41f83a 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/20241215.0.289170/base-20241215.0.289170.tar.zst" && \ - echo "08d267888aa1a61962b193eb54c039c6de0e81a12aa017e59a526892598f8320 base-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241215.0.289275/base-20241215.0.289275.tar.zst" && \ + echo "01fb420bed7776bed7ff330d7ce16bd4d389ffb0b0f63730ec6ef32ed2464730 base-20241215.0.289275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241215.0.289170.tar.zst + tar -C /rootfs --extract --file base-20241215.0.289275.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="20241215.0.289170" +LABEL org.opencontainers.image.version="20241215.0.289275" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00" +LABEL org.opencontainers.image.created="2024-12-15T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 621b030..3bcbf4a 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/20241215.0.289170/base-devel-20241215.0.289170.tar.zst" && \ - echo "ee42d471139baadc97b4362b713a65a312cd5df8ec5a62eb67e5631864cb7c38 base-devel-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241215.0.289275/base-devel-20241215.0.289275.tar.zst" && \ + echo "871d651724dc0cd71d1a7365eada63404d631b56eb21d6603f1203049aef887c base-devel-20241215.0.289275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241215.0.289170.tar.zst + tar -C /rootfs --extract --file base-devel-20241215.0.289275.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="20241215.0.289170" +LABEL org.opencontainers.image.version="20241215.0.289275" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00" +LABEL org.opencontainers.image.created="2024-12-15T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index cfbf192..7c34597 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/20241215.0.289170/multilib-devel-20241215.0.289170.tar.zst" && \ - echo "e769b73942eec98548414d85d6a6305ec3c421ede7dc52fa56edf936d2903692 multilib-devel-20241215.0.289170.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241215.0.289275/multilib-devel-20241215.0.289275.tar.zst" && \ + echo "8edd83461f75aeefa62d1b7e75402c12d3b0ba8b6a9ad765575f592fe5dc76a4 multilib-devel-20241215.0.289275.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241215.0.289170.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241215.0.289275.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="20241215.0.289170" +LABEL org.opencontainers.image.version="20241215.0.289275" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-15T00:07:31+00:00" +LABEL org.opencontainers.image.created="2024-12-15T09:07:32+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289170' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241215.0.289275' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]