diff --git a/Dockerfile.base b/Dockerfile.base index 50abbbb..8825e02 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/20250124.0.300916/base-20250124.0.300916.tar.zst" && \ - echo "56dd0bea72ba42a30a80c87ce1ede44c90e782eaa5908cc85127ec1ac5af5c10 base-20250124.0.300916.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250125.0.301143/base-20250125.0.301143.tar.zst" && \ + echo "df27b96b5ca18a125b40db6e153ee57130eba3807aca42a7fc4a569a0cd9c8ef base-20250125.0.301143.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250124.0.300916.tar.zst + tar -C /rootfs --extract --file base-20250125.0.301143.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="20250124.0.300916" +LABEL org.opencontainers.image.version="20250125.0.301143" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-24T09:07:54+00:00" +LABEL org.opencontainers.image.created="2025-01-25T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250124.0.300916' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250125.0.301143' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 55577e4..5e853a9 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/20250124.0.300916/base-devel-20250124.0.300916.tar.zst" && \ - echo "c778e440465bd98a5cf9d9c8ac4090ae92bc358c90469d102c5478646e623804 base-devel-20250124.0.300916.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250125.0.301143/base-devel-20250125.0.301143.tar.zst" && \ + echo "2f3c2efcbd9f03bc348a3c15e76ae62e7dafc45580ea04063d1c9f0b213adf52 base-devel-20250125.0.301143.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250124.0.300916.tar.zst + tar -C /rootfs --extract --file base-devel-20250125.0.301143.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="20250124.0.300916" +LABEL org.opencontainers.image.version="20250125.0.301143" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-24T09:07:54+00:00" +LABEL org.opencontainers.image.created="2025-01-25T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250124.0.300916' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250125.0.301143' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b525c7f..a323989 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/20250124.0.300916/multilib-devel-20250124.0.300916.tar.zst" && \ - echo "e410e3efa5ee8aed3a16232dde2fc283b603fbea4ca22c02dfd380b0adad0b30 multilib-devel-20250124.0.300916.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250125.0.301143/multilib-devel-20250125.0.301143.tar.zst" && \ + echo "80f8671ff9afb4a0ac6888d3d1db3718da520678d38bdfa51dcd50b6d4a8dc8d multilib-devel-20250125.0.301143.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250124.0.300916.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250125.0.301143.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="20250124.0.300916" +LABEL org.opencontainers.image.version="20250125.0.301143" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-24T09:07:54+00:00" +LABEL org.opencontainers.image.created="2025-01-25T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250124.0.300916' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250125.0.301143' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]