From 89df0d6c856959aa007ac49da6fd952be2d46358 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 6 Jan 2025 09:07:30 +0000 Subject: [PATCH] Release 20250106.0.295376 --- 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 fd887fa..fbf27b9 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/20250105.0.295189/base-20250105.0.295189.tar.zst" && \ - echo "a5764fa718a672694bc4dfb90dec3f21cc00f21a444775bc6c0e008c63a422e4 base-20250105.0.295189.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/base-20250106.0.295376.tar.zst" && \ + echo "050ebc841420639e98f0e9a81385fc10dbecee5029c717fd8746bfe80e9915d2 base-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250105.0.295189.tar.zst + tar -C /rootfs --extract --file base-20250106.0.295376.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="20250105.0.295189" +LABEL org.opencontainers.image.version="20250106.0.295376" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-05T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295189' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 84527ef..ecb2da5 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/20250105.0.295189/base-devel-20250105.0.295189.tar.zst" && \ - echo "c7d950da85e3e818cbaf3ac09759f906a8ecd8ed54d52826c9b922ccc6eff3b6 base-devel-20250105.0.295189.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/base-devel-20250106.0.295376.tar.zst" && \ + echo "7039c1e1bc6ed7becc0e7797a12e03da176672efae31d5884fa2ffec6283ae40 base-devel-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250105.0.295189.tar.zst + tar -C /rootfs --extract --file base-devel-20250106.0.295376.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="20250105.0.295189" +LABEL org.opencontainers.image.version="20250106.0.295376" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-05T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295189' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 4c70393..2e4ea34 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/20250105.0.295189/multilib-devel-20250105.0.295189.tar.zst" && \ - echo "3644d97af49e7d61bf5bb7e884541b265fee76c4ee490e8ad2b9a3e38bbe7426 multilib-devel-20250105.0.295189.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/multilib-devel-20250106.0.295376.tar.zst" && \ + echo "f16477625f6b9471a83abfc21afe5642f694c19dde2f2e1dbd8b2246d74f51ed multilib-devel-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250105.0.295189.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250106.0.295376.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="20250105.0.295189" +LABEL org.opencontainers.image.version="20250106.0.295376" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-05T09:07:27+00:00" +LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250105.0.295189' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]