From 68d9392f1add1b1bc2800ded2ec3f1fbda0f1163 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 2 May 2025 09:07:40 +0000 Subject: [PATCH] Release 20250502.0.343772 --- 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 eba544d..92607d0 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/20250501.0.343517/base-20250501.0.343517.tar.zst" && \ - echo "31c911071375c5080b13a5c834cd00ed93a5ff26d23e30e3ee1ffd328ed7b7fc base-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250502.0.343772/base-20250502.0.343772.tar.zst" && \ + echo "f684d313bbfcb9d247366c01702e9f5df951feb8340c65356dea0e72d98ea299 base-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250501.0.343517.tar.zst + tar -C /rootfs --extract --file base-20250502.0.343772.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="20250501.0.343517" +LABEL org.opencontainers.image.version="20250502.0.343772" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00" +LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 111a3e8..d5353f3 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/20250501.0.343517/base-devel-20250501.0.343517.tar.zst" && \ - echo "47e47a078024ad841f5759f6c4fda804f93c49454a5b7b38dc7c8103695ef3e8 base-devel-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250502.0.343772/base-devel-20250502.0.343772.tar.zst" && \ + echo "f2dbed91d5c0fd000da255319a237513e903db3b740ee86db76ffba8cc9834a3 base-devel-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250501.0.343517.tar.zst + tar -C /rootfs --extract --file base-devel-20250502.0.343772.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="20250501.0.343517" +LABEL org.opencontainers.image.version="20250502.0.343772" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00" +LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d2908c2..1441f51 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/20250501.0.343517/multilib-devel-20250501.0.343517.tar.zst" && \ - echo "207410ccfe178b78eeee82df7ea994939554e22244644803bec289c9a355bda5 multilib-devel-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250502.0.343772/multilib-devel-20250502.0.343772.tar.zst" && \ + echo "0ebc0eca1ae462b662e3994fe86ccfe66862b694e7d206f93562b24232386877 multilib-devel-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250501.0.343517.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250502.0.343772.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="20250501.0.343517" +LABEL org.opencontainers.image.version="20250502.0.343772" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00" +LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]