From cb072c818c5bfc56914ca00cf92991e6ccc657a6 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 10 Nov 2024 00:07:43 +0000 Subject: [PATCH] Release 20241110.0.278197 --- 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 8f183b2..8e1342f 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/20241109.0.278052/base-20241109.0.278052.tar.zst" && \ - echo "ddd6db2069b4023eb0da2e682b0e663860121d53c0313955c399c2da3a671019 base-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241110.0.278197/base-20241110.0.278197.tar.zst" && \ + echo "ccf5eb77465e5cde722ec7cc6e37e3e8a306736be173472eb5ca73347e81e0bc base-20241110.0.278197.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241109.0.278052.tar.zst + tar -C /rootfs --extract --file base-20241110.0.278197.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="20241109.0.278052" +LABEL org.opencontainers.image.version="20241110.0.278197" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-11-10T00:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278197' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d37aa13..5117e77 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/20241109.0.278052/base-devel-20241109.0.278052.tar.zst" && \ - echo "cd23a1455d73af8397c1073da034b1a5a92ff4c8eb2a6d2fc608b27f6bef8f0d base-devel-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241110.0.278197/base-devel-20241110.0.278197.tar.zst" && \ + echo "3945b889761e85ebcbfab5e3f0d43263b3c0a8b86f0d699075e09d873cf5870a base-devel-20241110.0.278197.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241109.0.278052.tar.zst + tar -C /rootfs --extract --file base-devel-20241110.0.278197.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="20241109.0.278052" +LABEL org.opencontainers.image.version="20241110.0.278197" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-11-10T00:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278197' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d36056c..f7b467f 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/20241109.0.278052/multilib-devel-20241109.0.278052.tar.zst" && \ - echo "a28c610ebfe6b69d2467a0c5e0275a4a283b2abfd79fc7a63a55b6ee84bef8a1 multilib-devel-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241110.0.278197/multilib-devel-20241110.0.278197.tar.zst" && \ + echo "c3e77b2699fdbc2ea5c75145df6339a42bc676eea2613652b9de20dcc899f6c3 multilib-devel-20241110.0.278197.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241109.0.278052.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241110.0.278197.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="20241109.0.278052" +LABEL org.opencontainers.image.version="20241110.0.278197" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00" +LABEL org.opencontainers.image.created="2024-11-10T00:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278197' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]