diff --git a/Dockerfile.base b/Dockerfile.base index bd917ff..7e94b68 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/20231213.0.199681/base-20231213.0.199681.tar.zst" && \ - echo "3bd7343aebc5ae2dd20b84d013c4cb24e5081197203a0bee9436d37f6b92acb5 base-20231213.0.199681.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231214.0.199919/base-20231214.0.199919.tar.zst" && \ + echo "b6518b695882ed075d81a6e0af0151feef9fff88c8dd853d1967e2d05f5620e9 base-20231214.0.199919.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20231213.0.199681.tar.zst + tar -C /rootfs --extract --file base-20231214.0.199919.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="20231213.0.199681" +LABEL org.opencontainers.image.version="20231214.0.199919" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-13T09:08:07+00:00" +LABEL org.opencontainers.image.created="2023-12-14T09:07:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231213.0.199681' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231214.0.199919' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ce0432d..7b909dc 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/20231213.0.199681/base-devel-20231213.0.199681.tar.zst" && \ - echo "20661d36585cbb5952a0ca69c8ce33fddca93682bc08cb9a27f336f83d87bbf1 base-devel-20231213.0.199681.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231214.0.199919/base-devel-20231214.0.199919.tar.zst" && \ + echo "8375ca5d3dfee915e8b78e4841feaeb53c41a502ca09ecd9ec772b8425aa1a33 base-devel-20231214.0.199919.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20231213.0.199681.tar.zst + tar -C /rootfs --extract --file base-devel-20231214.0.199919.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="20231213.0.199681" +LABEL org.opencontainers.image.version="20231214.0.199919" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-13T09:08:07+00:00" +LABEL org.opencontainers.image.created="2023-12-14T09:07:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231213.0.199681' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231214.0.199919' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b9e1c9b..47fea25 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/20231213.0.199681/multilib-devel-20231213.0.199681.tar.zst" && \ - echo "59ff5aa2f85ed4c11a6f33f34c6c631124edc83272581ac3994b20756796ace0 multilib-devel-20231213.0.199681.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231214.0.199919/multilib-devel-20231214.0.199919.tar.zst" && \ + echo "e757af85077967d10ec8f1971d718cedaa87408299e40d1b5c1ccda94072cde5 multilib-devel-20231214.0.199919.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20231213.0.199681.tar.zst + tar -C /rootfs --extract --file multilib-devel-20231214.0.199919.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="20231213.0.199681" +LABEL org.opencontainers.image.version="20231214.0.199919" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-13T09:08:07+00:00" +LABEL org.opencontainers.image.created="2023-12-14T09:07:47+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231213.0.199681' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231214.0.199919' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]