From 49c0137620cf1ab7dfaf4871a7f704629b23e5ed Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 1 Mar 2026 09:07:06 +0000 Subject: [PATCH] Release 20260301.0.494996 --- 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 ab46595..8d61e5d 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/20260301.0.494762/base-20260301.0.494762.tar.zst" && \ - echo "78d70bccc0c9b909e058fbd9ecb92324876d287ef4d12eba572508968978555c base-20260301.0.494762.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260301.0.494996/base-20260301.0.494996.tar.zst" && \ + echo "291d1ea6ded7e25b3845ee4815bbd3600cb11f96b67a9ace5c5096d431dc2522 base-20260301.0.494996.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260301.0.494762.tar.zst + tar -C /rootfs --extract --file base-20260301.0.494996.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="20260301.0.494762" +LABEL org.opencontainers.image.version="20260301.0.494996" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-01T00:06:43+00:00" +LABEL org.opencontainers.image.created="2026-03-01T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494762' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494996' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 2262a24..cf730ce 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/20260301.0.494762/base-devel-20260301.0.494762.tar.zst" && \ - echo "0fcf02483f4d4d61babc4e4d17e6729c748242fc764ba24e6d32189765d8e8c1 base-devel-20260301.0.494762.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260301.0.494996/base-devel-20260301.0.494996.tar.zst" && \ + echo "db6fa8d03530a70f5e7b48299dd2dd25f24cae7c52551f1093333d06b49b9967 base-devel-20260301.0.494996.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260301.0.494762.tar.zst + tar -C /rootfs --extract --file base-devel-20260301.0.494996.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="20260301.0.494762" +LABEL org.opencontainers.image.version="20260301.0.494996" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-01T00:06:43+00:00" +LABEL org.opencontainers.image.created="2026-03-01T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494762' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494996' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c6fda86..656de67 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/20260301.0.494762/multilib-devel-20260301.0.494762.tar.zst" && \ - echo "cee436cc61aa3ad2fe55eb43a5de7197cf8f55de3a1b578d3f20fc95d597be85 multilib-devel-20260301.0.494762.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260301.0.494996/multilib-devel-20260301.0.494996.tar.zst" && \ + echo "34cac25a085ba27da706890d13ac25be63502b5b8870bab8f5ca263350859499 multilib-devel-20260301.0.494996.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260301.0.494762.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260301.0.494996.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="20260301.0.494762" +LABEL org.opencontainers.image.version="20260301.0.494996" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-01T00:06:43+00:00" +LABEL org.opencontainers.image.created="2026-03-01T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494762' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260301.0.494996' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]