diff --git a/Dockerfile.base b/Dockerfile.base index deb9a2d..6d205fb 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/base-20250413.0.335403.tar.zst" && \ - echo "d357f811fbf7ab60e81804281bbdd7f7b4082d2727fdc5b8afaf7d9bce101825 base-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250414.0.335719/base-20250414.0.335719.tar.zst" && \ + echo "1432a8bef3ab619cd53f44d6d590caafced861e9b79e4d42789bc9fef7daa743 base-20250414.0.335719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250413.0.335403.tar.zst + tar -C /rootfs --extract --file base-20250414.0.335719.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="20250413.0.335403" +LABEL org.opencontainers.image.version="20250414.0.335719" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00" +LABEL org.opencontainers.image.created="2025-04-14T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250414.0.335719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 025a6cc..912648d 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/base-devel-20250413.0.335403.tar.zst" && \ - echo "e7b6739902b4ce9b7a522b09c82b108fcbdd3b1dbb33efc7d14e365bf427bff8 base-devel-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250414.0.335719/base-devel-20250414.0.335719.tar.zst" && \ + echo "0fe863b06d6f260126cf0ff8661858773beb7a709f4efe069714c43f16e5a6f9 base-devel-20250414.0.335719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250413.0.335403.tar.zst + tar -C /rootfs --extract --file base-devel-20250414.0.335719.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="20250413.0.335403" +LABEL org.opencontainers.image.version="20250414.0.335719" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00" +LABEL org.opencontainers.image.created="2025-04-14T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250414.0.335719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index f804975..c0fa441 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/multilib-devel-20250413.0.335403.tar.zst" && \ - echo "19e0d2c3b46f0e803a2088e155979a9ceaff0a3dece32ded68f418356c4c42af multilib-devel-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250414.0.335719/multilib-devel-20250414.0.335719.tar.zst" && \ + echo "0c098a5ce17d64589689b9f449ed83607c172a198021150bc4febd52ebd4e8cb multilib-devel-20250414.0.335719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250413.0.335403.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250414.0.335719.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="20250413.0.335403" +LABEL org.opencontainers.image.version="20250414.0.335719" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00" +LABEL org.opencontainers.image.created="2025-04-14T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250414.0.335719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]