From 892bb5a8b431556afc0a42774b74d65eb708e7ae Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 5 Apr 2026 09:06:37 +0000 Subject: [PATCH] Release 20260405.0.511438 --- 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 6ccef5e..7752411 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/base-20260405.0.511327.tar.zst" && \ - echo "9f313302043e1cc2c3106fa38db3e58f91438d71e9559de693993fe61a32bdb6 base-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511438/base-20260405.0.511438.tar.zst" && \ + echo "cfaab993b3c2eecef7d581ef9afdffa867a8ebb84cdf6ab90d6e55da3cdc4b7e base-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260405.0.511327.tar.zst + tar -C /rootfs --extract --file base-20260405.0.511438.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="20260405.0.511327" +LABEL org.opencontainers.image.version="20260405.0.511438" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00" +LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 99f95ee..a1c69ed 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/base-devel-20260405.0.511327.tar.zst" && \ - echo "869e074cf1f2e314811d297b04fa359afeaad4b8794971f79d503f274311f09c base-devel-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511438/base-devel-20260405.0.511438.tar.zst" && \ + echo "8be8f40b11c9e6a185d51e1e4fb952437ad68959dd15b82a47f71d697ee6d9d0 base-devel-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260405.0.511327.tar.zst + tar -C /rootfs --extract --file base-devel-20260405.0.511438.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="20260405.0.511327" +LABEL org.opencontainers.image.version="20260405.0.511438" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00" +LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ea44652..e34d464 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511327/multilib-devel-20260405.0.511327.tar.zst" && \ - echo "fa1bcaf0fd8bc407b2dda85f1e2afb095b21fc89ba8b7dc40c37c55772a6d6ac multilib-devel-20260405.0.511327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260405.0.511438/multilib-devel-20260405.0.511438.tar.zst" && \ + echo "ba556d6be1388e99cfa756df1b249c9a4b6286aba76826c80ce4c353bf86bee5 multilib-devel-20260405.0.511438.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260405.0.511327.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260405.0.511438.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="20260405.0.511327" +LABEL org.opencontainers.image.version="20260405.0.511438" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-05T00:07:03+00:00" +LABEL org.opencontainers.image.created="2026-04-05T09:06:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511438' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]