diff --git a/Dockerfile.base b/Dockerfile.base index e7c32e0..d10b3d8 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/20231227.0.202965/base-20231227.0.202965.tar.zst" && \ - echo "90ed172c64d3c18251d2bad8901d0b0e2acf5bdb95ef45acefe0871884c446bb base-20231227.0.202965.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/base-20231228.0.203166.tar.zst" && \ + echo "0b6a1b55d0eb76cc30f723a0f11687406eeadbb6ae4b13fe02f0516e96511bc9 base-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20231227.0.202965.tar.zst + tar -C /rootfs --extract --file base-20231228.0.203166.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="20231227.0.202965" +LABEL org.opencontainers.image.version="20231228.0.203166" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-27T09:07:56+00:00" +LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231227.0.202965' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index eb58ed9..0984da9 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/20231227.0.202965/base-devel-20231227.0.202965.tar.zst" && \ - echo "72d7e2fdbe69a09e18714f4eee780e22f68a87775e3453f734605728c2d9b819 base-devel-20231227.0.202965.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/base-devel-20231228.0.203166.tar.zst" && \ + echo "da59b6742c1f2fec9bdf07a336273b053fa21381e53439a3d4f64d7918749e51 base-devel-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20231227.0.202965.tar.zst + tar -C /rootfs --extract --file base-devel-20231228.0.203166.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="20231227.0.202965" +LABEL org.opencontainers.image.version="20231228.0.203166" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-27T09:07:56+00:00" +LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231227.0.202965' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 9d63caa..3df5339 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/20231227.0.202965/multilib-devel-20231227.0.202965.tar.zst" && \ - echo "ee2827c43b68aad98e0fcebfd71aba7f3561f8c7904e95c0acd407fc30b84dec multilib-devel-20231227.0.202965.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231228.0.203166/multilib-devel-20231228.0.203166.tar.zst" && \ + echo "cc1b464075c3b6f058b1e5ee4d77224989bc95ea265e1e6da170d4161040b916 multilib-devel-20231228.0.203166.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20231227.0.202965.tar.zst + tar -C /rootfs --extract --file multilib-devel-20231228.0.203166.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="20231227.0.202965" +LABEL org.opencontainers.image.version="20231228.0.203166" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-27T09:07:56+00:00" +LABEL org.opencontainers.image.created="2023-12-28T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231227.0.202965' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231228.0.203166' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]