diff --git a/Dockerfile.base b/Dockerfile.base index e75bd2c..7b82d0c 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/20240228.0.217573/base-20240228.0.217573.tar.zst" && \ - echo "1b53e5cb36a574d1a5ba60e971624119fa5b4ac1d4066d90a80cde1cdf29b99b base-20240228.0.217573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240229.0.217836/base-20240229.0.217836.tar.zst" && \ + echo "477b4e5817900b535b732bf2bd75d0ee42cef27d4c966f59f82ae63f2067b0bf base-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240228.0.217573.tar.zst + tar -C /rootfs --extract --file base-20240229.0.217836.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="20240228.0.217573" +LABEL org.opencontainers.image.version="20240229.0.217836" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-28T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240228.0.217573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b95a792..61888d2 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/20240228.0.217573/base-devel-20240228.0.217573.tar.zst" && \ - echo "f866ac773f404f05e8bcc388a1abfe652a895f94798e67b554564caa72be495c base-devel-20240228.0.217573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240229.0.217836/base-devel-20240229.0.217836.tar.zst" && \ + echo "98ebd0de0df1216673d3c48e23a5d5c8875d5869f77d6e3fecc77ac6fe309add base-devel-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240228.0.217573.tar.zst + tar -C /rootfs --extract --file base-devel-20240229.0.217836.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="20240228.0.217573" +LABEL org.opencontainers.image.version="20240229.0.217836" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-28T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240228.0.217573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f90347d..b52ce07 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/20240228.0.217573/multilib-devel-20240228.0.217573.tar.zst" && \ - echo "9f3a69c0bf785461f6423de5e6cb68ad663a71a3e988dbc6fcfe7e337db90d7a multilib-devel-20240228.0.217573.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240229.0.217836/multilib-devel-20240229.0.217836.tar.zst" && \ + echo "3eb1b236c364478f752f73e86d95719cb85c92ba60a3a997c395c7ef6989ca72 multilib-devel-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240228.0.217573.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240229.0.217836.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="20240228.0.217573" +LABEL org.opencontainers.image.version="20240229.0.217836" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-28T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240228.0.217573' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]