diff --git a/Dockerfile.base b/Dockerfile.base index de840d6..992931d 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/20260201.0.486601/base-20260201.0.486601.tar.zst" && \ - echo "7a49f45e9fb38f578ee2ab32a99efd09aed90404b254c6bfb3463378d75154dd base-20260201.0.486601.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260202.0.486820/base-20260202.0.486820.tar.zst" && \ + echo "99c0f1ef96d5fb43ffc19459eccdd6d3044a2aded8108b274a0ab35ab36dd5a5 base-20260202.0.486820.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260201.0.486601.tar.zst + tar -C /rootfs --extract --file base-20260202.0.486820.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="20260201.0.486601" +LABEL org.opencontainers.image.version="20260202.0.486820" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-01T09:06:55+00:00" +LABEL org.opencontainers.image.created="2026-02-02T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260201.0.486601' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260202.0.486820' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 56853e6..081afbe 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/20260201.0.486601/base-devel-20260201.0.486601.tar.zst" && \ - echo "f7ea6e3a2a24c164301a9ef59da6b917ed402d25c4af72f7c4d73414c3803502 base-devel-20260201.0.486601.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260202.0.486820/base-devel-20260202.0.486820.tar.zst" && \ + echo "bec05f6b21e347f625f9c257b3c6199fd4379fa060ed01dc23ab88497125fbb4 base-devel-20260202.0.486820.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260201.0.486601.tar.zst + tar -C /rootfs --extract --file base-devel-20260202.0.486820.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="20260201.0.486601" +LABEL org.opencontainers.image.version="20260202.0.486820" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-01T09:06:55+00:00" +LABEL org.opencontainers.image.created="2026-02-02T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260201.0.486601' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260202.0.486820' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 4a9c2e7..092c0a3 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/20260201.0.486601/multilib-devel-20260201.0.486601.tar.zst" && \ - echo "eb7545612e31c300d14261194daa4e3096c4ffd50f582b6c7ee8868f75ba67ce multilib-devel-20260201.0.486601.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260202.0.486820/multilib-devel-20260202.0.486820.tar.zst" && \ + echo "7e60973ecffac1ef1bd5d05f4992f8af8ceff72e6d439d71b0de4cb841a110ee multilib-devel-20260202.0.486820.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260201.0.486601.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260202.0.486820.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="20260201.0.486601" +LABEL org.opencontainers.image.version="20260202.0.486820" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-01T09:06:55+00:00" +LABEL org.opencontainers.image.created="2026-02-02T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260201.0.486601' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260202.0.486820' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]