From a52044c277d8c0f24d1334999a97ef7a8871c19c Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 26 Dec 2025 09:07:05 +0000 Subject: [PATCH] Release 20251226.0.475015 --- 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 3f05b44..95071db 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/20251225.0.474892/base-20251225.0.474892.tar.zst" && \ - echo "db16123100b62ddb3d7b8a0e271bad576d89d23b5bf28894a3600c00c8ba5702 base-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/base-20251226.0.475015.tar.zst" && \ + echo "f4803579d3d9b427c896ba4056f5985839b2cc5f2ce140acf037f9e8063d410c base-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20251225.0.474892.tar.zst + tar -C /rootfs --extract --file base-20251226.0.475015.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="20251225.0.474892" +LABEL org.opencontainers.image.version="20251226.0.475015" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" +LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b0316b9..4c3449f 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/20251225.0.474892/base-devel-20251225.0.474892.tar.zst" && \ - echo "96a94583d2bef23f0491cd0afcade8d903eae5a4ac5a37f4eda18849bcaf6166 base-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/base-devel-20251226.0.475015.tar.zst" && \ + echo "e48ee4fb2d3b41ace1bad3a46692d7022d282a24cccdef78c5463d3158d844f4 base-devel-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20251225.0.474892.tar.zst + tar -C /rootfs --extract --file base-devel-20251226.0.475015.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="20251225.0.474892" +LABEL org.opencontainers.image.version="20251226.0.475015" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" +LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 891b30e..4d6c5fa 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/20251225.0.474892/multilib-devel-20251225.0.474892.tar.zst" && \ - echo "9305bf21f5a07c55faeff21d84c186f67113efbdf1269f5ce118b5e740ac882a multilib-devel-20251225.0.474892.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251226.0.475015/multilib-devel-20251226.0.475015.tar.zst" && \ + echo "2744e8a7d773a5c768f35e56086debda7764d84793164849a8e52fbff4849471 multilib-devel-20251226.0.475015.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20251225.0.474892.tar.zst + tar -C /rootfs --extract --file multilib-devel-20251226.0.475015.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="20251225.0.474892" +LABEL org.opencontainers.image.version="20251226.0.475015" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2025-12-25T09:07:19+00:00" +LABEL org.opencontainers.image.created="2025-12-26T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20251225.0.474892' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20251226.0.475015' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]