From b217bc4bd1ddc99c8734fa50303fff8ee40ecd75 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 13 Dec 2025 09:07:05 +0000 Subject: [PATCH] Release 20251213.0.467344 --- Dockerfile.base | 12 ++++++------ Dockerfile.base-devel | 12 ++++++------ Dockerfile.multilib-devel | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 3f8ba8a..ca72284 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251212.0.466852/base-20251212.0.466852.tar.zst" && \ - echo "b2c4f55ceec901697cd99a753e2c7d119980b6f73678f4f311de9b56d7f2702d base-20251212.0.466852.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251213.0.467344/base-20251213.0.467344.tar.zst" && \ + echo "f21940d12b21fa11c6c9861b4230fc0874d7e57eaea8d4af1dea0dfc07026902 base-20251213.0.467344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251212.0.466852.tar.zst + tar -C /rootfs --extract --file base-20251213.0.467344.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="20251212.0.466852" +LABEL org.opencontainers.image.version="20251213.0.467344" LABEL org.opencontainers.image.revision="d886fb482eef91bbabb78e8a3a63b8d5cd2e810f" -LABEL org.opencontainers.image.created="2025-12-12T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-12-13T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251212.0.466852' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251213.0.467344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b2d9cd9..c5901d5 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251212.0.466852/base-devel-20251212.0.466852.tar.zst" && \ - echo "17159d2f7c7b01e7f1fef83a7cba39bcc148bc1f486088da15520ee7573043cc base-devel-20251212.0.466852.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251213.0.467344/base-devel-20251213.0.467344.tar.zst" && \ + echo "cf564ffcae1d428b95d1141378245afd62affbcdb1aad11887294b2f67e571a9 base-devel-20251213.0.467344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251212.0.466852.tar.zst + tar -C /rootfs --extract --file base-devel-20251213.0.467344.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="20251212.0.466852" +LABEL org.opencontainers.image.version="20251213.0.467344" LABEL org.opencontainers.image.revision="d886fb482eef91bbabb78e8a3a63b8d5cd2e810f" -LABEL org.opencontainers.image.created="2025-12-12T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-12-13T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251212.0.466852' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251213.0.467344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 5b3f922..4231998 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251212.0.466852/multilib-devel-20251212.0.466852.tar.zst" && \ - echo "9d5197b78a03a37be25311c0d3dc017b8e7a0523aed8de7fbd4de087a4944f55 multilib-devel-20251212.0.466852.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251213.0.467344/multilib-devel-20251213.0.467344.tar.zst" && \ + echo "fb36b5d47591d9da21471acd9ea37e30c3fae4d1fecb9c6def5100aaa6ab7ac7 multilib-devel-20251213.0.467344.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251212.0.466852.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251213.0.467344.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="20251212.0.466852" +LABEL org.opencontainers.image.version="20251213.0.467344" LABEL org.opencontainers.image.revision="d886fb482eef91bbabb78e8a3a63b8d5cd2e810f" -LABEL org.opencontainers.image.created="2025-12-12T09:07:23+00:00" +LABEL org.opencontainers.image.created="2025-12-13T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251212.0.466852' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251213.0.467344' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]