From 16303afc689482c737de9b24e8c19f83993e0e76 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 25 Nov 2024 09:07:30 +0000 Subject: [PATCH] Release 20241125.0.282696 --- 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 a31339f..867dd05 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/20241124.0.282497/base-20241124.0.282497.tar.zst" && \ - echo "3fb09c61213fb9e6e63a446ebee8c7aeff4c29674cf9b1fcb493a42728a38aee base-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/base-20241125.0.282696.tar.zst" && \ + echo "5db6c082d93b5b4a59e814f11f620de63fa1032bb32b156754bde8a3b88a1ffc base-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241124.0.282497.tar.zst + tar -C /rootfs --extract --file base-20241125.0.282696.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="20241124.0.282497" +LABEL org.opencontainers.image.version="20241125.0.282696" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a73bf86..e3985cd 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/20241124.0.282497/base-devel-20241124.0.282497.tar.zst" && \ - echo "71ef78fac36cf5166ce5f5314b67e1b17f65911701af502129bf583320f8b29f base-devel-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/base-devel-20241125.0.282696.tar.zst" && \ + echo "94a4774f06d33e870c9bac1c2fa24b18716e5028b3866934628f7a9d93295ad7 base-devel-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241124.0.282497.tar.zst + tar -C /rootfs --extract --file base-devel-20241125.0.282696.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="20241124.0.282497" +LABEL org.opencontainers.image.version="20241125.0.282696" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 9d25d73..5ed508c 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/20241124.0.282497/multilib-devel-20241124.0.282497.tar.zst" && \ - echo "5c6b95beef669aa95d7f50431121c41c6cb5be6773c1e023e62a490fb26b5c9c multilib-devel-20241124.0.282497.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241125.0.282696/multilib-devel-20241125.0.282696.tar.zst" && \ + echo "95d1c18cfc76e304cb2422fae91eb27a802a4a7e0ece62569ee423a3abcc9319 multilib-devel-20241125.0.282696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241124.0.282497.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241125.0.282696.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="20241124.0.282497" +LABEL org.opencontainers.image.version="20241125.0.282696" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-24T09:07:29+00:00" +LABEL org.opencontainers.image.created="2024-11-25T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241124.0.282497' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241125.0.282696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]