From 059f48e23d0a688318f5ab47548dae9828ba271f Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 15 Jan 2026 09:07:36 +0000 Subject: [PATCH] Release 20260115.0.482056 --- 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 4327fb7..9ebfa0f 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/20260114.0.481651/base-20260114.0.481651.tar.zst" && \ - echo "1da2bde2689e2cfbe058334dd7540a42e21573d1babbd6976d22d4a5c674ee1a base-20260114.0.481651.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260115.0.482056/base-20260115.0.482056.tar.zst" && \ + echo "97e66b51cb57dbcd066175edd706d52f186791f0f7071cb6fc6eb3e736bcf0f5 base-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20260114.0.481651.tar.zst + tar -C /rootfs --extract --file base-20260115.0.482056.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="20260114.0.481651" +LABEL org.opencontainers.image.version="20260115.0.482056" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-14T09:06:54+00:00" +LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260114.0.481651' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 56ebc25..81f2e7c 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/20260114.0.481651/base-devel-20260114.0.481651.tar.zst" && \ - echo "17ae91e3f92373f48545fdc788a112dfe2242cdcf1163b7b7c1d1023eafc626a base-devel-20260114.0.481651.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260115.0.482056/base-devel-20260115.0.482056.tar.zst" && \ + echo "aba6b6c98623bf1cd9a607a41ff6ed2f3bb710ca2d6aa720e4db753ba9070773 base-devel-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20260114.0.481651.tar.zst + tar -C /rootfs --extract --file base-devel-20260115.0.482056.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="20260114.0.481651" +LABEL org.opencontainers.image.version="20260115.0.482056" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-14T09:06:54+00:00" +LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260114.0.481651' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 72003cd..dc1eff1 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/20260114.0.481651/multilib-devel-20260114.0.481651.tar.zst" && \ - echo "28e4644cd6a32d10e4c8fbe2a16341114153304ac62f22374d13a7e5be9a06a7 multilib-devel-20260114.0.481651.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260115.0.482056/multilib-devel-20260115.0.482056.tar.zst" && \ + echo "5d94ddb6214e683a6b764b0a73b6164598e07bd342309b12e4d694d437cc78b3 multilib-devel-20260115.0.482056.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20260114.0.481651.tar.zst + tar -C /rootfs --extract --file multilib-devel-20260115.0.482056.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="20260114.0.481651" +LABEL org.opencontainers.image.version="20260115.0.482056" LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564" -LABEL org.opencontainers.image.created="2026-01-14T09:06:54+00:00" +LABEL org.opencontainers.image.created="2026-01-15T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20260114.0.481651' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20260115.0.482056' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]