From e43c4966607bec407ed4635d56d6830e8a55a492 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 24 Sep 2024 09:07:25 +0000 Subject: [PATCH] Release 20240924.0.265287 --- 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 27ce5cf..47fe275 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/20240923.0.265051/base-20240923.0.265051.tar.zst" && \ - echo "a31c48c8d9c784dc47037340bc0cc73ceefc29c2aaa324a98ffd79fc572515a0 base-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240924.0.265287/base-20240924.0.265287.tar.zst" && \ + echo "71609cf247ea91d267c0191b69e6dc7da244c743c56d6f8b7f68ca05e6365d84 base-20240924.0.265287.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240923.0.265051.tar.zst + tar -C /rootfs --extract --file base-20240924.0.265287.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="20240923.0.265051" +LABEL org.opencontainers.image.version="20240924.0.265287" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-09-24T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240924.0.265287' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index e659eed..42aa737 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/20240923.0.265051/base-devel-20240923.0.265051.tar.zst" && \ - echo "f9dbd903a68ae775ff2d0d12a078050f23fe36b1491683cfb64945d8b7f65f4b base-devel-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240924.0.265287/base-devel-20240924.0.265287.tar.zst" && \ + echo "bb96184d7f8775313dd7e957d9b25429c419a7f71d16a4c811daee4d2eec44fd base-devel-20240924.0.265287.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240923.0.265051.tar.zst + tar -C /rootfs --extract --file base-devel-20240924.0.265287.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="20240923.0.265051" +LABEL org.opencontainers.image.version="20240924.0.265287" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-09-24T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240924.0.265287' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d2dc4cf..6ff2036 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/20240923.0.265051/multilib-devel-20240923.0.265051.tar.zst" && \ - echo "8bd32647384b6ac910cdb23a945b23a9399dfc5a4fddffd23535b558ed2d931a multilib-devel-20240923.0.265051.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240924.0.265287/multilib-devel-20240924.0.265287.tar.zst" && \ + echo "a2fd595ad79a58f1b9ec7d329756ae48ac1da3969a91bd1fa29cf981a48f8215 multilib-devel-20240924.0.265287.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240923.0.265051.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240924.0.265287.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="20240923.0.265051" +LABEL org.opencontainers.image.version="20240924.0.265287" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-23T09:07:18+00:00" +LABEL org.opencontainers.image.created="2024-09-24T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240923.0.265051' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240924.0.265287' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]