From e89c52f23d07080c0db6f9929ea007fef0ffeacd Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 30 May 2025 09:07:54 +0000 Subject: [PATCH] Release 20250530.0.356855 --- 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 e1d00a3..216859e 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/20250528.0.355987/base-20250528.0.355987.tar.zst" && \ - echo "5c74ecf30c8c172ac44e78947bb355a4ae6cd00f72f81d43af045016e5568f31 base-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-20250530.0.356855.tar.zst" && \ + echo "ee85741a4a424dfda219d52275d828f8dddc5b953de540ae1f0fa68eabaad0be base-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250528.0.355987.tar.zst + tar -C /rootfs --extract --file base-20250530.0.356855.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="20250528.0.355987" +LABEL org.opencontainers.image.version="20250530.0.356855" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" +LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index daf46a8..384ed71 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/20250528.0.355987/base-devel-20250528.0.355987.tar.zst" && \ - echo "893c494410c0793056436fdc3e5314cf95fa88556b55ca9635e753b45b60c237 base-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-devel-20250530.0.356855.tar.zst" && \ + echo "93e054777ed24239ca7ee15189d1af8fe92bdf84b1a65a42a5a8bbf08a368ca1 base-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250528.0.355987.tar.zst + tar -C /rootfs --extract --file base-devel-20250530.0.356855.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="20250528.0.355987" +LABEL org.opencontainers.image.version="20250530.0.356855" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" +LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0ead3b0..8bb9b72 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/20250528.0.355987/multilib-devel-20250528.0.355987.tar.zst" && \ - echo "f399d3f404050a1d64c893beed0c5b5a9dd0569aa09dab7e893f4af8a3ca93d8 multilib-devel-20250528.0.355987.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/multilib-devel-20250530.0.356855.tar.zst" && \ + echo "bdb29114bc29a6ed00d52861f2ab917ac49bea43e94bb624e3d51b5fd3d78420 multilib-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250528.0.355987.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250530.0.356855.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="20250528.0.355987" +LABEL org.opencontainers.image.version="20250530.0.356855" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-05-28T09:08:02+00:00" +LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250528.0.355987' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]