From 49329f15df5eb65dc6a2333d3aa9e8ea08448abb Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 7 Jan 2025 09:07:53 +0000 Subject: [PATCH] Release 20250107.0.295855 --- 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 fbf27b9..4cedfc1 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/base-20250106.0.295376.tar.zst" && \ - echo "050ebc841420639e98f0e9a81385fc10dbecee5029c717fd8746bfe80e9915d2 base-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250107.0.295855/base-20250107.0.295855.tar.zst" && \ + echo "f1ae52eb9bcf163faa1db2ec510e4ce2df1f1f2a63cb290df3aa8d8fd2b1605e base-20250107.0.295855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250106.0.295376.tar.zst + tar -C /rootfs --extract --file base-20250107.0.295855.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="20250106.0.295376" +LABEL org.opencontainers.image.version="20250107.0.295855" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2025-01-07T09:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250107.0.295855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ecb2da5..242b4a4 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/base-devel-20250106.0.295376.tar.zst" && \ - echo "7039c1e1bc6ed7becc0e7797a12e03da176672efae31d5884fa2ffec6283ae40 base-devel-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250107.0.295855/base-devel-20250107.0.295855.tar.zst" && \ + echo "eaeeb2d45bb475baabb9ef163414cfe6241c065b9e2fa51a7d4e981729bb81c2 base-devel-20250107.0.295855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250106.0.295376.tar.zst + tar -C /rootfs --extract --file base-devel-20250107.0.295855.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="20250106.0.295376" +LABEL org.opencontainers.image.version="20250107.0.295855" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2025-01-07T09:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250107.0.295855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 2e4ea34..e0a6f4f 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250106.0.295376/multilib-devel-20250106.0.295376.tar.zst" && \ - echo "f16477625f6b9471a83abfc21afe5642f694c19dde2f2e1dbd8b2246d74f51ed multilib-devel-20250106.0.295376.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250107.0.295855/multilib-devel-20250107.0.295855.tar.zst" && \ + echo "1c9de488baeacc529f7fc58c37ac5833a55f5f5d8a00db64f896dc5d97c6d21b multilib-devel-20250107.0.295855.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250106.0.295376.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250107.0.295855.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="20250106.0.295376" +LABEL org.opencontainers.image.version="20250107.0.295855" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-06T09:07:30+00:00" +LABEL org.opencontainers.image.created="2025-01-07T09:07:52+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250106.0.295376' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250107.0.295855' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]