From f4e261d87db027cbae4f11a5b88380ed122dd601 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 6 Jan 2026 09:07:17 +0000 Subject: [PATCH] Release 20260106.0.478077 --- 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 8808142..f0346d7 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/20260105.0.477653/base-20260105.0.477653.tar.zst" && \ - echo "08c74eab8bc312a91028a98514cf127c8a5c73d67da3648952d6570147b2bf6c base-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/base-20260106.0.478077.tar.zst" && \ + echo "b44c66a09999a96bd5011bea14cdab3440181fda7405d16fe918186d3fefc037 base-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260105.0.477653.tar.zst + tar -C /rootfs --extract --file base-20260106.0.478077.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="20260105.0.477653" +LABEL org.opencontainers.image.version="20260106.0.478077" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" +LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9bc48ba..5db428c 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/20260105.0.477653/base-devel-20260105.0.477653.tar.zst" && \ - echo "0ee30692ba7ab3afa6244f972c3c9805fdabe79dba6f7b2d2bea2d170053ddf6 base-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/base-devel-20260106.0.478077.tar.zst" && \ + echo "777974610585026822edd2cf43e5a85eceaf3aa8f27e088f99629211afe8465b base-devel-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260105.0.477653.tar.zst + tar -C /rootfs --extract --file base-devel-20260106.0.478077.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="20260105.0.477653" +LABEL org.opencontainers.image.version="20260106.0.478077" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" +LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ade3e23..b98c263 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/20260105.0.477653/multilib-devel-20260105.0.477653.tar.zst" && \ - echo "c046df740a136157768af28d74d8ff4116242263bf2d8c2d18699d36a5a1d517 multilib-devel-20260105.0.477653.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260106.0.478077/multilib-devel-20260106.0.478077.tar.zst" && \ + echo "3a53ffaf2c633f8c30cc9185559bd77a73a6e3f9d5933915970b5ae70afec3c8 multilib-devel-20260106.0.478077.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260105.0.477653.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260106.0.478077.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="20260105.0.477653" +LABEL org.opencontainers.image.version="20260106.0.478077" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-05T09:07:13+00:00" +LABEL org.opencontainers.image.created="2026-01-06T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260105.0.477653' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260106.0.478077' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]