diff --git a/Dockerfile.base b/Dockerfile.base index ec1af4b..ae87b81 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/20240915.0.262934/base-20240915.0.262934.tar.zst" && \ - echo "9ef3e51d6c68e802e84d32d01842184c131c30ad721d8e8d97c8b130b8960f11 base-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/base-20240915.0.263086.tar.zst" && \ + echo "ae07fd8ff216e23ee1fff312988f03bde4a590dd0c8170b500e01db08506b4d1 base-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240915.0.262934.tar.zst + tar -C /rootfs --extract --file base-20240915.0.263086.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="20240915.0.262934" +LABEL org.opencontainers.image.version="20240915.0.263086" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00" +LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index fb1c9cf..72e7327 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/20240915.0.262934/base-devel-20240915.0.262934.tar.zst" && \ - echo "75c134f803d65e27127fb36c7ce0327a22c9b825e86be16fd6ff698078651d55 base-devel-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/base-devel-20240915.0.263086.tar.zst" && \ + echo "7e05bee4a6ac0503793a60a2a3b8885b216f3c923bc447ad732b74757ad26e12 base-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240915.0.262934.tar.zst + tar -C /rootfs --extract --file base-devel-20240915.0.263086.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="20240915.0.262934" +LABEL org.opencontainers.image.version="20240915.0.263086" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00" +LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b3c4b30..71368e2 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/20240915.0.262934/multilib-devel-20240915.0.262934.tar.zst" && \ - echo "e2f5c8f203ae9eec8160f5a7cccedfcfa6e5926303ca1b978ace36086ffc60d7 multilib-devel-20240915.0.262934.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240915.0.263086/multilib-devel-20240915.0.263086.tar.zst" && \ + echo "8c1fb915c40d3b3d429bc18ddde122ec457df6ace84a4531bc8a59afefdc1225 multilib-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240915.0.262934.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240915.0.263086.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="20240915.0.262934" +LABEL org.opencontainers.image.version="20240915.0.263086" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T00:07:28+00:00" +LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.262934' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]