diff --git a/Dockerfile.base b/Dockerfile.base index 6eba504..4d9655f 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/20240430.0.232760/base-20240430.0.232760.tar.zst" && \ - echo "f4f33299d670f601112bcf6effce1af8fecc117e9c84ef725e23a9871a4f4da4 base-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240501.0.232969/base-20240501.0.232969.tar.zst" && \ + echo "3a4ad0bd5f3f179b186b5e343fe677a0f7802b2f19ad4aa4788d1b3832f6f3c6 base-20240501.0.232969.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240430.0.232760.tar.zst + tar -C /rootfs --extract --file base-20240501.0.232969.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="20240430.0.232760" +LABEL org.opencontainers.image.version="20240501.0.232969" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-05-01T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240501.0.232969' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 1785cfb..2afd74c 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/20240430.0.232760/base-devel-20240430.0.232760.tar.zst" && \ - echo "8a3344b72dd8d31ac1dcf81312cb2546302f623fb285dadb3a6a27b7693b5518 base-devel-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240501.0.232969/base-devel-20240501.0.232969.tar.zst" && \ + echo "f6d8a7cf473a03bca0c11dda4063f35e678be2470e080e6ff7aeaa5d3549af5f base-devel-20240501.0.232969.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240430.0.232760.tar.zst + tar -C /rootfs --extract --file base-devel-20240501.0.232969.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="20240430.0.232760" +LABEL org.opencontainers.image.version="20240501.0.232969" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-05-01T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240501.0.232969' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index dd3931d..e701e82 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/20240430.0.232760/multilib-devel-20240430.0.232760.tar.zst" && \ - echo "93b34fe01f6ab090d7c2214b1dd7abff0d12fd41332827d508d1d401bd309022 multilib-devel-20240430.0.232760.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240501.0.232969/multilib-devel-20240501.0.232969.tar.zst" && \ + echo "35d5696dc67566ab595595b357d5da23675b44d052db43ee3550058f74d8cd59 multilib-devel-20240501.0.232969.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240430.0.232760.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240501.0.232969.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="20240430.0.232760" +LABEL org.opencontainers.image.version="20240501.0.232969" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-30T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-05-01T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240430.0.232760' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240501.0.232969' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]