diff --git a/Dockerfile.base b/Dockerfile.base index 0b22822..55855d6 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/20240418.0.229834/base-20240418.0.229834.tar.zst" && \ - echo "ca79612497b86a59611f2014e5d6afac7650082b5660b11eb7b1f844cf613cf1 base-20240418.0.229834.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240419.0.230041/base-20240419.0.230041.tar.zst" && \ + echo "5c2d3e9add9c9e60e927fa63e54959beaf088250af2afaa7c0cee96860874a01 base-20240419.0.230041.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240418.0.229834.tar.zst + tar -C /rootfs --extract --file base-20240419.0.230041.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="20240418.0.229834" +LABEL org.opencontainers.image.version="20240419.0.230041" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-18T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-04-19T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240418.0.229834' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240419.0.230041' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2cb9e09..53ebd09 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/20240418.0.229834/base-devel-20240418.0.229834.tar.zst" && \ - echo "3cd5a7296960e40777b8aca540f8836fcb2ec43854d564ca57354117b2fad837 base-devel-20240418.0.229834.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240419.0.230041/base-devel-20240419.0.230041.tar.zst" && \ + echo "abce282df065822cbb22ada89642e481f6b9685d73bbd34c06072efff09734f5 base-devel-20240419.0.230041.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240418.0.229834.tar.zst + tar -C /rootfs --extract --file base-devel-20240419.0.230041.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="20240418.0.229834" +LABEL org.opencontainers.image.version="20240419.0.230041" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-18T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-04-19T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240418.0.229834' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240419.0.230041' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a5b4f63..be66c7d 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/20240418.0.229834/multilib-devel-20240418.0.229834.tar.zst" && \ - echo "639d3f7bb1b5afd67f4b2cd52d01829616e2889adf69d8b489fc0ea21a36a5f0 multilib-devel-20240418.0.229834.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240419.0.230041/multilib-devel-20240419.0.230041.tar.zst" && \ + echo "97e57f467c097e0a8e6d21368ca05058d1e4a3fe13d4fb29bb5608b4c2097d4e multilib-devel-20240419.0.230041.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240418.0.229834.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240419.0.230041.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="20240418.0.229834" +LABEL org.opencontainers.image.version="20240419.0.230041" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-18T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-04-19T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240418.0.229834' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240419.0.230041' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]