From a763366a3ddb1b30b1683d8fe4e00e23defbd3df Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 18 Dec 2024 09:07:31 +0000 Subject: [PATCH] Release 20241218.0.290242 --- 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 c6a7981..07380ed 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/20241217.0.289945/base-20241217.0.289945.tar.zst" && \ - echo "ed067db86d80d7241f78b63bfbd74ce5551f792aafb90ed33d66fd203eb8c309 base-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-20241218.0.290242.tar.zst" && \ + echo "a5971f4978db0dc6837c3a2569cace80328c2349e420626b8dc13f561327d47a base-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241217.0.289945.tar.zst + tar -C /rootfs --extract --file base-20241218.0.290242.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="20241217.0.289945" +LABEL org.opencontainers.image.version="20241218.0.290242" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index c11831c..7e47a2f 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/20241217.0.289945/base-devel-20241217.0.289945.tar.zst" && \ - echo "efdecfd8a7ed74637e7767cbb0abefb4d2259396759f4d1561bd883bf0a658f3 base-devel-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-devel-20241218.0.290242.tar.zst" && \ + echo "357619f5c1573b385c37fc48d2082f5f805d4597d953014a9c2fb5d6833fcfca base-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241217.0.289945.tar.zst + tar -C /rootfs --extract --file base-devel-20241218.0.290242.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="20241217.0.289945" +LABEL org.opencontainers.image.version="20241218.0.290242" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index aba99b8..22974ff 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/20241217.0.289945/multilib-devel-20241217.0.289945.tar.zst" && \ - echo "f4c17cdec5288b89ad4e5f58e5171e418436f28a84be61a39edac76e1567040e multilib-devel-20241217.0.289945.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/multilib-devel-20241218.0.290242.tar.zst" && \ + echo "499d2c84dd5808f4b3d965fe0d5afe052234a540c1e78eaae934be25f0c741f5 multilib-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241217.0.289945.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241218.0.290242.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="20241217.0.289945" +LABEL org.opencontainers.image.version="20241218.0.290242" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-17T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241217.0.289945' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]