diff --git a/Dockerfile.base b/Dockerfile.base index 1ab666e..9a3e427 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/20240825.0.257825/base-20240825.0.257825.tar.zst" && \ - echo "2ca47ffdb2bfc330e518b3b973c4ce194e895dc7033ab5e34a3c679717e87df3 base-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240826.0.258029/base-20240826.0.258029.tar.zst" && \ + echo "454706f341e797527144f91e0ef4e51c7dc3a311c6128c7f98c3fc21da418427 base-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240825.0.257825.tar.zst + tar -C /rootfs --extract --file base-20240826.0.258029.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="20240825.0.257825" +LABEL org.opencontainers.image.version="20240826.0.258029" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2c6bdaf..a47a15b 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/20240825.0.257825/base-devel-20240825.0.257825.tar.zst" && \ - echo "0d02b6eb226db24434713b489ae0b45fb664d4816249c1d7b0196e8870fb65b0 base-devel-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240826.0.258029/base-devel-20240826.0.258029.tar.zst" && \ + echo "6736b016cbbd6ac8604b072f512fd880f74a53512529bfc66a5bd01b080829b1 base-devel-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240825.0.257825.tar.zst + tar -C /rootfs --extract --file base-devel-20240826.0.258029.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="20240825.0.257825" +LABEL org.opencontainers.image.version="20240826.0.258029" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 9e3cecb..672fa50 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/20240825.0.257825/multilib-devel-20240825.0.257825.tar.zst" && \ - echo "e5f08a45665bca61cafd36f21c3e0ce4873e09d3b06e95c07e25e8b8fe0c26bf multilib-devel-20240825.0.257825.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240826.0.258029/multilib-devel-20240826.0.258029.tar.zst" && \ + echo "c7e8a251ed5a4e79c6f2fd37336d0c2c579849c3d47401b1efdc103cd86f7721 multilib-devel-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240825.0.257825.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240826.0.258029.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="20240825.0.257825" +LABEL org.opencontainers.image.version="20240826.0.258029" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-25T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257825' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]