diff --git a/Dockerfile.base b/Dockerfile.base index 911bc74..54d378d 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260101.0.476400/base-20260101.0.476400.tar.zst" && \ - echo "86f4ee1b63014c33769eca0c10129aabac32eb4e2c7155361a4796b1a4a4d254 base-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/base-20260102.0.476722.tar.zst" && \ + echo "490c7388ff4dab91d496d49067df8ef2e4f35482230d81d7d2e4cf1f9a13c2f3 base-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260101.0.476400.tar.zst + tar -C /rootfs --extract --file base-20260102.0.476722.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="20260101.0.476400" +LABEL org.opencontainers.image.version="20260102.0.476722" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00" +LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 98eb6a3..4d8e3f9 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260101.0.476400/base-devel-20260101.0.476400.tar.zst" && \ - echo "9767558f371bbfaaf848976120fdd09121c9f2bfb42594a58dfe8088244d241f base-devel-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/base-devel-20260102.0.476722.tar.zst" && \ + echo "f11bd934b35ddb650831cd8a45b95896a9fcc9220eb38974a938b0d969136325 base-devel-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260101.0.476400.tar.zst + tar -C /rootfs --extract --file base-devel-20260102.0.476722.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="20260101.0.476400" +LABEL org.opencontainers.image.version="20260102.0.476722" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00" +LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6fc7239..09d7a1f 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260101.0.476400/multilib-devel-20260101.0.476400.tar.zst" && \ - echo "8fae95984ad0bbeda3b855885c8c42e94bf99de48e95522b8e2887badf4957c5 multilib-devel-20260101.0.476400.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260102.0.476722/multilib-devel-20260102.0.476722.tar.zst" && \ + echo "b9d86fde1a3035454a314d35206a5c8c2e1bcad1ce13e4243fd1a4e89eb81bf3 multilib-devel-20260102.0.476722.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260101.0.476400.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260102.0.476722.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="20260101.0.476400" +LABEL org.opencontainers.image.version="20260102.0.476722" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-01T09:07:24+00:00" +LABEL org.opencontainers.image.created="2026-01-02T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260101.0.476400' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260102.0.476722' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]