From 4ff89aa050393cb59886678e29b2aa743b715a4e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 7 Feb 2026 09:06:44 +0000 Subject: [PATCH] Release 20260207.0.488616 --- 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 301b575..1395ab2 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/20260206.0.488368/base-20260206.0.488368.tar.zst" && \ - echo "583ff9e53d03d4bd77c0cb9ec7122437a9c48b620cb80beaa37cf6bfda507f76 base-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/base-20260207.0.488616.tar.zst" && \ + echo "f0f72293e860d7c60d9d85312731b120bc8264c23c63395b10a7cca0fafd465f base-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260206.0.488368.tar.zst + tar -C /rootfs --extract --file base-20260207.0.488616.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="20260206.0.488368" +LABEL org.opencontainers.image.version="20260207.0.488616" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00" +LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 70a9316..6dfe0e7 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/20260206.0.488368/base-devel-20260206.0.488368.tar.zst" && \ - echo "ee1ecaef7151f5b8186e07d40df3292e53f862869b4d3be4d8fe1d7d494719a9 base-devel-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/base-devel-20260207.0.488616.tar.zst" && \ + echo "10cdeb435f057700241fc335210134359c4e59964cefc9dbd4e6173fab233b21 base-devel-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260206.0.488368.tar.zst + tar -C /rootfs --extract --file base-devel-20260207.0.488616.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="20260206.0.488368" +LABEL org.opencontainers.image.version="20260207.0.488616" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00" +LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 94c60db..fb166b4 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/20260206.0.488368/multilib-devel-20260206.0.488368.tar.zst" && \ - echo "5a57034d3fc1c050189ebe8665ba0ed5c6a47d52e0f9ffcfcfea9af4e39e9358 multilib-devel-20260206.0.488368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260207.0.488616/multilib-devel-20260207.0.488616.tar.zst" && \ + echo "06d8c6c747c08db84b1b8e1a882eb6883733e5256d94271142619fa43cccbc2a multilib-devel-20260207.0.488616.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260206.0.488368.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260207.0.488616.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="20260206.0.488368" +LABEL org.opencontainers.image.version="20260207.0.488616" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-02-06T09:07:10+00:00" +LABEL org.opencontainers.image.created="2026-02-07T09:06:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260206.0.488368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260207.0.488616' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]