From 4182593824326f453b108c1e71985e1da4fa6e68 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 31 Jan 2026 09:06:59 +0000 Subject: [PATCH] Release 20260131.0.486428 --- 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 a0fdd9b..688f23c 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/20260130.0.486030/base-20260130.0.486030.tar.zst" && \ - echo "fbd0f09594d51f749cc5ed2642d582aa9b6d85f6f6e662770f9b65dce2513ce6 base-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/base-20260131.0.486428.tar.zst" && \ + echo "eec3b39c10fc6dee2ad9db1274c28fdc35844203a31fe5b1edf2ba43dc1f2fe5 base-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260130.0.486030.tar.zst + tar -C /rootfs --extract --file base-20260131.0.486428.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="20260130.0.486030" +LABEL org.opencontainers.image.version="20260131.0.486428" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 5d6e896..a2870d1 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/20260130.0.486030/base-devel-20260130.0.486030.tar.zst" && \ - echo "b1ff9e099804c53f948326528be96da261fb2ed28afbdeca48ec039f762f63f2 base-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/base-devel-20260131.0.486428.tar.zst" && \ + echo "71143357315eb15eb867e248b5e678febef60a4e9aef4f7d3dd1eab5a789d11e base-devel-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260130.0.486030.tar.zst + tar -C /rootfs --extract --file base-devel-20260131.0.486428.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="20260130.0.486030" +LABEL org.opencontainers.image.version="20260131.0.486428" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index c95cf23..7d2078a 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/20260130.0.486030/multilib-devel-20260130.0.486030.tar.zst" && \ - echo "95dc6881aa53217be634d565be895ac08eaca3371df7ae87ca01d9fb3790caa5 multilib-devel-20260130.0.486030.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260131.0.486428/multilib-devel-20260131.0.486428.tar.zst" && \ + echo "9f88012cd6b5787f75affefa258a7d74e81ffc13fa0ee5211b53424f3bf6c018 multilib-devel-20260131.0.486428.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260130.0.486030.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260131.0.486428.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="20260130.0.486030" +LABEL org.opencontainers.image.version="20260131.0.486428" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-30T09:06:51+00:00" +LABEL org.opencontainers.image.created="2026-01-31T09:06:59+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260130.0.486030' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260131.0.486428' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]