diff --git a/Dockerfile.base b/Dockerfile.base index c7a3255..5e4c915 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/20240910.0.261831/base-20240910.0.261831.tar.zst" && \ - echo "c491acb40109dd5092ecc2971ce5813d4b801c320009f46f1b3fb887f41173a5 base-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240911.0.262112/base-20240911.0.262112.tar.zst" && \ + echo "cdf2176026ef2b1cc68e3129e067fbc9886ad0458d5fa7f3c8f75d911f9d8694 base-20240911.0.262112.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240910.0.261831.tar.zst + tar -C /rootfs --extract --file base-20240911.0.262112.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="20240910.0.261831" +LABEL org.opencontainers.image.version="20240911.0.262112" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240911.0.262112' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 6c42014..baa247b 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/20240910.0.261831/base-devel-20240910.0.261831.tar.zst" && \ - echo "6122fc97929e5b2559c2415f15794d066ed200738770f9fa64cd1e495fba8afd base-devel-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240911.0.262112/base-devel-20240911.0.262112.tar.zst" && \ + echo "7ab3b24a63b6425926cca0fc230f15397c7550acd9f264c0a9d69ee3a2bc1312 base-devel-20240911.0.262112.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240910.0.261831.tar.zst + tar -C /rootfs --extract --file base-devel-20240911.0.262112.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="20240910.0.261831" +LABEL org.opencontainers.image.version="20240911.0.262112" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240911.0.262112' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c904123..6b5f481 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/20240910.0.261831/multilib-devel-20240910.0.261831.tar.zst" && \ - echo "2103cb908ec03dbf68cd7d0bbc0c7339fa4450fbd2e04510784d4a7c40a0a7b9 multilib-devel-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240911.0.262112/multilib-devel-20240911.0.262112.tar.zst" && \ + echo "ecfffb6768a4ffa150311abb306e1672e16ef334c527a780a58c6b61ea1af55d multilib-devel-20240911.0.262112.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240910.0.261831.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240911.0.262112.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="20240910.0.261831" +LABEL org.opencontainers.image.version="20240911.0.262112" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-09-11T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240911.0.262112' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]