From dee13e030caee8d40df2d903260bee0e9cf4fda7 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 28 Feb 2026 09:07:30 +0000 Subject: [PATCH] Release 20260228.0.494685 --- 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 21d92ae..4357dae 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/20260227.0.494577/base-20260227.0.494577.tar.zst" && \ - echo "ca435ef8b167ec5545d318335c2826d2290fb3d0ea082c7a6384c49b6cd4ac59 base-20260227.0.494577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260228.0.494685/base-20260228.0.494685.tar.zst" && \ + echo "21a9302c47ac472b65647cb055ff1bcf4660dfc5452608723e35ce1f680c6795 base-20260228.0.494685.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260227.0.494577.tar.zst + tar -C /rootfs --extract --file base-20260228.0.494685.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="20260227.0.494577" +LABEL org.opencontainers.image.version="20260228.0.494685" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-27T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-02-28T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260227.0.494577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260228.0.494685' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index f304007..5fc8fbc 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/20260227.0.494577/base-devel-20260227.0.494577.tar.zst" && \ - echo "9f74be137652100c96dd613d533b6a4bad76bb8c514bf4b97114387203c86e5b base-devel-20260227.0.494577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260228.0.494685/base-devel-20260228.0.494685.tar.zst" && \ + echo "55a983d3b42e0ca2bdf292b4c7ab84201a4b082e105e70678797444445d52b21 base-devel-20260228.0.494685.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260227.0.494577.tar.zst + tar -C /rootfs --extract --file base-devel-20260228.0.494685.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="20260227.0.494577" +LABEL org.opencontainers.image.version="20260228.0.494685" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-27T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-02-28T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260227.0.494577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260228.0.494685' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b728602..7132559 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/20260227.0.494577/multilib-devel-20260227.0.494577.tar.zst" && \ - echo "b8499e5e12ff21fc6e24f11cdfe56d1271381af338a1105139fe18261586959d multilib-devel-20260227.0.494577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260228.0.494685/multilib-devel-20260228.0.494685.tar.zst" && \ + echo "3780ac9c5e8a63ae7c51a7980f280cc36c60b2ba7ef3b19b97e19eca2cb22356 multilib-devel-20260228.0.494685.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260227.0.494577.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260228.0.494685.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="20260227.0.494577" +LABEL org.opencontainers.image.version="20260228.0.494685" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-27T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-02-28T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260227.0.494577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260228.0.494685' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]