From 858a17f973a3cc4f89af583aec856baaec3c9889 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 11 Mar 2025 09:07:37 +0000 Subject: [PATCH] Release 20250311.0.319560 --- 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 030c3f5..aa8d54d 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/base-20250309.0.318843.tar.zst" && \ - echo "c9f43d449d4d1e9b5f1758331c72d5fc062ff2757311ab87b7461f6adf570de5 base-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/base-20250311.0.319560.tar.zst" && \ + echo "ea318ab15c12e512a9c712471f9f30407d2ada56cc7acd076058366ebe89532a base-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250309.0.318843.tar.zst + tar -C /rootfs --extract --file base-20250311.0.319560.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="20250309.0.318843" +LABEL org.opencontainers.image.version="20250311.0.319560" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index dd295eb..35b9ee2 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/base-devel-20250309.0.318843.tar.zst" && \ - echo "b717e0a604dcacafb8140a5b27177d0f742be48f9265f4bdb7e20011f02c8410 base-devel-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/base-devel-20250311.0.319560.tar.zst" && \ + echo "f457d627fde6d1030fd935f3bfde9eeb79d9fff6699983b324b8f574cf2086dc base-devel-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250309.0.318843.tar.zst + tar -C /rootfs --extract --file base-devel-20250311.0.319560.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="20250309.0.318843" +LABEL org.opencontainers.image.version="20250311.0.319560" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index be2a387..968ea87 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250309.0.318843/multilib-devel-20250309.0.318843.tar.zst" && \ - echo "36a6426c2057b0fa649934877265b8c168e8cb99f5ea8156f5267c8a007066e1 multilib-devel-20250309.0.318843.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250311.0.319560/multilib-devel-20250311.0.319560.tar.zst" && \ + echo "f7b096bb1557c3b0ace3295e44de130e045780f29d056b2ce7aff80da1116a5c multilib-devel-20250311.0.319560.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250309.0.318843.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250311.0.319560.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="20250309.0.318843" +LABEL org.opencontainers.image.version="20250311.0.319560" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-09T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-11T09:07:37+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250309.0.318843' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250311.0.319560' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]