From edf01a65f5189c60c3ea092fe1152f277eb82320 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 13 Mar 2026 09:07:20 +0000 Subject: [PATCH] Release 20260313.0.499563 --- 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 b7923b8..2744407 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/20260312.0.499129/base-20260312.0.499129.tar.zst" && \ - echo "d96e5a2a8f52054c19e2c8faec1da79464082421b141442ed675728741582571 base-20260312.0.499129.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260313.0.499563/base-20260313.0.499563.tar.zst" && \ + echo "c30816a18a93858e75fcdd4692ce2fb3e97944afdf2449417a52cfc59dbb3fb8 base-20260313.0.499563.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260312.0.499129.tar.zst + tar -C /rootfs --extract --file base-20260313.0.499563.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="20260312.0.499129" +LABEL org.opencontainers.image.version="20260313.0.499563" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-12T09:06:52+00:00" +LABEL org.opencontainers.image.created="2026-03-13T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260312.0.499129' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260313.0.499563' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 228c89f..8204661 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/20260312.0.499129/base-devel-20260312.0.499129.tar.zst" && \ - echo "006e50d98a3cee8bdd787c2819c43c4c98e23b6a85b9896d86894bd3a309e2af base-devel-20260312.0.499129.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260313.0.499563/base-devel-20260313.0.499563.tar.zst" && \ + echo "07e41033159b114d2c7d6ef12ba7b7e254bfc8f6f7b6708d4d8f9586fa948491 base-devel-20260313.0.499563.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260312.0.499129.tar.zst + tar -C /rootfs --extract --file base-devel-20260313.0.499563.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="20260312.0.499129" +LABEL org.opencontainers.image.version="20260313.0.499563" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-12T09:06:52+00:00" +LABEL org.opencontainers.image.created="2026-03-13T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260312.0.499129' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260313.0.499563' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d605807..1a4e282 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/20260312.0.499129/multilib-devel-20260312.0.499129.tar.zst" && \ - echo "7dc1404ea6a09e75a38b62542edc2305557d04bccd3d018702c103da540dfe6f multilib-devel-20260312.0.499129.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260313.0.499563/multilib-devel-20260313.0.499563.tar.zst" && \ + echo "0de269e871c097b9a126576d91e5cd8a6ebbb6e921ab412d4cb65102c2317f04 multilib-devel-20260313.0.499563.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260312.0.499129.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260313.0.499563.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="20260312.0.499129" +LABEL org.opencontainers.image.version="20260313.0.499563" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-03-12T09:06:52+00:00" +LABEL org.opencontainers.image.created="2026-03-13T09:07:20+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260312.0.499129' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260313.0.499563' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]