From a9fe3eea094920fe55fb6291311206d08d9d95fc Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 11 Jan 2025 09:07:35 +0000 Subject: [PATCH] Release 20250111.0.297402 --- 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 bb05f72..972bc6f 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/20250110.0.297156/base-20250110.0.297156.tar.zst" && \ - echo "1b53667b2fc0c09fc6bb60cfd248df0255d816bcb1529750eb9a0509bc802eb2 base-20250110.0.297156.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250111.0.297402/base-20250111.0.297402.tar.zst" && \ + echo "bf857c26f4501b65e923e1a6b7567e25ded0391ac94195535524fbaf48976a9c base-20250111.0.297402.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250110.0.297156.tar.zst + tar -C /rootfs --extract --file base-20250111.0.297402.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="20250110.0.297156" +LABEL org.opencontainers.image.version="20250111.0.297402" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-10T09:07:45+00:00" +LABEL org.opencontainers.image.created="2025-01-11T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250110.0.297156' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250111.0.297402' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 28a6850..61d6357 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/20250110.0.297156/base-devel-20250110.0.297156.tar.zst" && \ - echo "0bb648e672677619a5cfa82f336e53b6fac4176d8eb9daea58ec1fb3e2118c3a base-devel-20250110.0.297156.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250111.0.297402/base-devel-20250111.0.297402.tar.zst" && \ + echo "ba0e61a21e769de0c71c6bb79cc66d6aaf03dd6d857aca4a81d03297aec212c2 base-devel-20250111.0.297402.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250110.0.297156.tar.zst + tar -C /rootfs --extract --file base-devel-20250111.0.297402.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="20250110.0.297156" +LABEL org.opencontainers.image.version="20250111.0.297402" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-10T09:07:45+00:00" +LABEL org.opencontainers.image.created="2025-01-11T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250110.0.297156' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250111.0.297402' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ae71971..5c2b243 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/20250110.0.297156/multilib-devel-20250110.0.297156.tar.zst" && \ - echo "d98bc0e32b78474c110cb88be5c8e41e132579236e16da52fb31ce458b4aec88 multilib-devel-20250110.0.297156.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250111.0.297402/multilib-devel-20250111.0.297402.tar.zst" && \ + echo "6ca4c76a72f06338a5c24d0dccf297ad5d528315f3f775bae791b6f29c55b2b2 multilib-devel-20250111.0.297402.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250110.0.297156.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250111.0.297402.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="20250110.0.297156" +LABEL org.opencontainers.image.version="20250111.0.297402" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-10T09:07:45+00:00" +LABEL org.opencontainers.image.created="2025-01-11T09:07:35+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250110.0.297156' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250111.0.297402' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]