diff --git a/Dockerfile.base b/Dockerfile.base index 1acec56..6983fed 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/20240416.0.229450/base-20240416.0.229450.tar.zst" && \ - echo "9ab39d507f439a0ac4088aec5d4776bc2b1b6eb4d1905c4e61bb361d9fcc8a78 base-20240416.0.229450.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240417.0.229674/base-20240417.0.229674.tar.zst" && \ + echo "9e464c8e36c2fbb74686966e3790c8b7d5ac952b712786c13c8a5d8852bd5de0 base-20240417.0.229674.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240416.0.229450.tar.zst + tar -C /rootfs --extract --file base-20240417.0.229674.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="20240416.0.229450" +LABEL org.opencontainers.image.version="20240417.0.229674" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-16T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-17T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240416.0.229450' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240417.0.229674' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d5ef463..2f42d57 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/20240416.0.229450/base-devel-20240416.0.229450.tar.zst" && \ - echo "c0756b9335f9f10a1486bc9832dad9d65657954136116f168ecd6b2907de96ef base-devel-20240416.0.229450.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240417.0.229674/base-devel-20240417.0.229674.tar.zst" && \ + echo "8c93d8e1eb136090269bca260275fcaeb84a6203984dc374bd9f8e4f4bcf6391 base-devel-20240417.0.229674.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240416.0.229450.tar.zst + tar -C /rootfs --extract --file base-devel-20240417.0.229674.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="20240416.0.229450" +LABEL org.opencontainers.image.version="20240417.0.229674" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-16T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-17T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240416.0.229450' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240417.0.229674' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 32a4afa..a0b6537 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/20240416.0.229450/multilib-devel-20240416.0.229450.tar.zst" && \ - echo "9741c704eea1f35cc8f4ce9647b3e64ba8c35c65d683f1162efb5171a1bdf8e6 multilib-devel-20240416.0.229450.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240417.0.229674/multilib-devel-20240417.0.229674.tar.zst" && \ + echo "95d5ffdfe6c9926adaccdfda2a5fc94972557633b77464d4bfe27abc8b53fc6f multilib-devel-20240417.0.229674.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240416.0.229450.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240417.0.229674.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="20240416.0.229450" +LABEL org.opencontainers.image.version="20240417.0.229674" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-16T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-04-17T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240416.0.229450' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240417.0.229674' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]