From bd194cba751e8358d40c11181a9cb252b76bd395 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 9 Jan 2026 09:06:57 +0000 Subject: [PATCH] Release 20260109.0.479502 --- 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 79864aa..507f58e 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/20260108.0.479040/base-20260108.0.479040.tar.zst" && \ - echo "851b1564e12e689011b8e8ab6ad11e855c7fbefe400c8f3faf43c1fadbf35ba6 base-20260108.0.479040.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260109.0.479502/base-20260109.0.479502.tar.zst" && \ + echo "97e8d7a31b6991679c37ef8aad5ab5d4a5cf5f862dcb28beffcb02140ebbd5b4 base-20260109.0.479502.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260108.0.479040.tar.zst + tar -C /rootfs --extract --file base-20260109.0.479502.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="20260108.0.479040" +LABEL org.opencontainers.image.version="20260109.0.479502" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-08T09:07:22+00:00" +LABEL org.opencontainers.image.created="2026-01-09T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260108.0.479040' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260109.0.479502' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 15d1408..afb5ab0 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/20260108.0.479040/base-devel-20260108.0.479040.tar.zst" && \ - echo "d4c63ad868d870fb5398f4ff52f84547762142ae48a31fc48fecd3c6be6b0e1d base-devel-20260108.0.479040.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260109.0.479502/base-devel-20260109.0.479502.tar.zst" && \ + echo "1e2937ae19a731216278879a807d2cb1ad79e6c44856fd601b2c4f0d19532fa3 base-devel-20260109.0.479502.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260108.0.479040.tar.zst + tar -C /rootfs --extract --file base-devel-20260109.0.479502.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="20260108.0.479040" +LABEL org.opencontainers.image.version="20260109.0.479502" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-08T09:07:22+00:00" +LABEL org.opencontainers.image.created="2026-01-09T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260108.0.479040' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260109.0.479502' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 43dbf1c..1a3884a 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/20260108.0.479040/multilib-devel-20260108.0.479040.tar.zst" && \ - echo "2127badad866d67fedb06eb5cd893296d10545d7976e36b4b63228c9565b5f9a multilib-devel-20260108.0.479040.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260109.0.479502/multilib-devel-20260109.0.479502.tar.zst" && \ + echo "f4bc9cf5d21d9d499dc4abeb8419768f07c7d429c7c31f206396b1944952eeb2 multilib-devel-20260109.0.479502.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260108.0.479040.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260109.0.479502.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="20260108.0.479040" +LABEL org.opencontainers.image.version="20260109.0.479502" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-08T09:07:22+00:00" +LABEL org.opencontainers.image.created="2026-01-09T09:06:56+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260108.0.479040' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260109.0.479502' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]