From aa600ea3bab495821be1439bc342d8b562c6e68e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 7 Apr 2026 09:06:35 +0000 Subject: [PATCH] Release 20260407.0.511826 --- 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 0f76dd8..ee3d551 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/20260406.0.511667/base-20260406.0.511667.tar.zst" && \ - echo "39341ab02c99d718cb8cfa2c1cababc94d9446cb38b4870c435db7d1bd06e9df base-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/base-20260407.0.511826.tar.zst" && \ + echo "839165b2904d5113d15d40774b94c3020a45d8e224c4c5f8a3658ee32fbdd548 base-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260406.0.511667.tar.zst + tar -C /rootfs --extract --file base-20260407.0.511826.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="20260406.0.511667" +LABEL org.opencontainers.image.version="20260407.0.511826" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" +LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 67aacfd..dac1f81 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/20260406.0.511667/base-devel-20260406.0.511667.tar.zst" && \ - echo "d6b61f943ebbf392256a13a1621550cfac9886935a732decabc0a72d90145afc base-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/base-devel-20260407.0.511826.tar.zst" && \ + echo "3fcf1e4b85c339623a378ac085f890f115e0fa6680af8b334dfa1a522359fa1e base-devel-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260406.0.511667.tar.zst + tar -C /rootfs --extract --file base-devel-20260407.0.511826.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="20260406.0.511667" +LABEL org.opencontainers.image.version="20260407.0.511826" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" +LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 0c5081c..ff2c248 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/20260406.0.511667/multilib-devel-20260406.0.511667.tar.zst" && \ - echo "48a9443e983f3b58fb60e0ed3f6910e8d3293ec5a0894eda385e141358fba5b0 multilib-devel-20260406.0.511667.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260407.0.511826/multilib-devel-20260407.0.511826.tar.zst" && \ + echo "4128a5db7d11d150ccd05755025055ca59f2fcdfc2e2cf2917b2eb9f20a50063 multilib-devel-20260407.0.511826.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260406.0.511667.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260407.0.511826.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="20260406.0.511667" +LABEL org.opencontainers.image.version="20260407.0.511826" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-04-06T09:06:45+00:00" +LABEL org.opencontainers.image.created="2026-04-07T09:06:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260406.0.511667' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260407.0.511826' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]