diff --git a/Dockerfile.base b/Dockerfile.base index 8262e78..cb8e52e 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/20240411.0.228452/base-20240411.0.228452.tar.zst" && \ - echo "a9c2ad0b60d13afd7a6073051d315f86bec187440e7e36008f4eb750a40de076 base-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240412.0.228658/base-20240412.0.228658.tar.zst" && \ + echo "4f78c139314cebe67c5f5ed33563ce67f0d220d8d6316deb2ff2514d7cfe2502 base-20240412.0.228658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240411.0.228452.tar.zst + tar -C /rootfs --extract --file base-20240412.0.228658.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="20240411.0.228452" +LABEL org.opencontainers.image.version="20240412.0.228658" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-04-12T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240412.0.228658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index bb899c9..eaf3fd8 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/20240411.0.228452/base-devel-20240411.0.228452.tar.zst" && \ - echo "9507e3a669b6da46da445200f04839c63706dcbf52f840824273efd9f294f846 base-devel-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240412.0.228658/base-devel-20240412.0.228658.tar.zst" && \ + echo "5edf3c159e997bce5a14d4250bb68c0cfc2afef919b4eb00d0ee1bfd8f6b183a base-devel-20240412.0.228658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240411.0.228452.tar.zst + tar -C /rootfs --extract --file base-devel-20240412.0.228658.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="20240411.0.228452" +LABEL org.opencontainers.image.version="20240412.0.228658" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-04-12T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240412.0.228658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index aa6271b..1d44f25 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/20240411.0.228452/multilib-devel-20240411.0.228452.tar.zst" && \ - echo "43820ca288a82ed33f4049905f4a990e05fb501d1431b0e28dafeda53d36b2c1 multilib-devel-20240411.0.228452.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240412.0.228658/multilib-devel-20240412.0.228658.tar.zst" && \ + echo "393b37bbf67bcb882ddeffbf456acb099d281d1b9503d27f4650511e48856a5f multilib-devel-20240412.0.228658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240411.0.228452.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240412.0.228658.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="20240411.0.228452" +LABEL org.opencontainers.image.version="20240412.0.228658" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-11T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-04-12T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240411.0.228452' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240412.0.228658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]