From d0ff885c69ff3b1da346bb6851a345d7f455823a Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 22 Jan 2025 09:07:15 +0000 Subject: [PATCH] Release 20250122.0.300297 --- 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 a80326d..5ac43c1 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/20250121.0.300061/base-20250121.0.300061.tar.zst" && \ - echo "597bfb056764e8ba9493d98b67460ef4c2cc87bd8063a085291fe580ff8d7091 base-20250121.0.300061.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250122.0.300297/base-20250122.0.300297.tar.zst" && \ + echo "784cb6c7f344a356028115c7922503ce989d79a70ff875983f9fc9a02852342b base-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250121.0.300061.tar.zst + tar -C /rootfs --extract --file base-20250122.0.300297.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="20250121.0.300061" +LABEL org.opencontainers.image.version="20250122.0.300297" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-21T09:07:24+00:00" +LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250121.0.300061' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7f188d8..40d12a5 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/20250121.0.300061/base-devel-20250121.0.300061.tar.zst" && \ - echo "187bb395c38b2f83f82df701a9c9298f746ce8663a00d9122b54bbc237655b29 base-devel-20250121.0.300061.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250122.0.300297/base-devel-20250122.0.300297.tar.zst" && \ + echo "1489f238503432608421f428deee5372f20b6814256e0ce949d993e45b3d1596 base-devel-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250121.0.300061.tar.zst + tar -C /rootfs --extract --file base-devel-20250122.0.300297.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="20250121.0.300061" +LABEL org.opencontainers.image.version="20250122.0.300297" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-21T09:07:24+00:00" +LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250121.0.300061' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 452958b..a25bf5d 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/20250121.0.300061/multilib-devel-20250121.0.300061.tar.zst" && \ - echo "0fe802c8d56ff50e0120a6ddae8c57ce2204a515d4b8d4b03c806a02b61ae30c multilib-devel-20250121.0.300061.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250122.0.300297/multilib-devel-20250122.0.300297.tar.zst" && \ + echo "8e4be11ab734811cacb9896911d4049c31987be10af0be67d29501c9d19df2bf multilib-devel-20250122.0.300297.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250121.0.300061.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250122.0.300297.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="20250121.0.300061" +LABEL org.opencontainers.image.version="20250122.0.300297" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-21T09:07:24+00:00" +LABEL org.opencontainers.image.created="2025-01-22T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250121.0.300061' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250122.0.300297' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]