diff --git a/Dockerfile.base b/Dockerfile.base index f1e6263..5a8058a 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/20250102.0.294435/base-20250102.0.294435.tar.zst" && \ - echo "c0c7236bd6a2469879a17694959f078a19260806e66c4d1de99cd941c14600c8 base-20250102.0.294435.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250103.0.294654/base-20250103.0.294654.tar.zst" && \ + echo "09fda7c0a25a5bf7a3a7d86eda9c14722d69f29e53f4cbdcfe5e632eda57b232 base-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250102.0.294435.tar.zst + tar -C /rootfs --extract --file base-20250103.0.294654.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="20250102.0.294435" +LABEL org.opencontainers.image.version="20250103.0.294654" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-02T09:07:38+00:00" +LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250102.0.294435' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 57c5d1d..a75ed22 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/20250102.0.294435/base-devel-20250102.0.294435.tar.zst" && \ - echo "2548a4be8a3416b2a490ffb24ac64057e0fe70e9f7f1f0edf2bb3d6afe0ac24e base-devel-20250102.0.294435.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250103.0.294654/base-devel-20250103.0.294654.tar.zst" && \ + echo "f606866c29d6a70626dadf71d3b406064b83da2c1b320b77c544bb46a3a29581 base-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250102.0.294435.tar.zst + tar -C /rootfs --extract --file base-devel-20250103.0.294654.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="20250102.0.294435" +LABEL org.opencontainers.image.version="20250103.0.294654" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-02T09:07:38+00:00" +LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250102.0.294435' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 1ca007e..7c3168b 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/20250102.0.294435/multilib-devel-20250102.0.294435.tar.zst" && \ - echo "e48e20c3c06a335c91c5ae5db3c468cf772034ec88f1fb8eb92657424a57566e multilib-devel-20250102.0.294435.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250103.0.294654/multilib-devel-20250103.0.294654.tar.zst" && \ + echo "89ed7257bbcd896815df15c37f3cfd687cb8d0cb253bd2ba450749e32b73ae72 multilib-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250102.0.294435.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250103.0.294654.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="20250102.0.294435" +LABEL org.opencontainers.image.version="20250103.0.294654" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-02T09:07:38+00:00" +LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250102.0.294435' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]