From bbc78b1f768609cbe026e4c3eec27a2182930e98 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 10 Sep 2024 09:07:38 +0000 Subject: [PATCH] Release 20240910.0.261831 --- 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 899f952..c7a3255 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/20240909.0.261561/base-20240909.0.261561.tar.zst" && \ - echo "bfb16e2075f3ae7e114e08828e09d1070d1eee0d104508cc4a46780e81d82e61 base-20240909.0.261561.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240910.0.261831/base-20240910.0.261831.tar.zst" && \ + echo "c491acb40109dd5092ecc2971ce5813d4b801c320009f46f1b3fb887f41173a5 base-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240909.0.261561.tar.zst + tar -C /rootfs --extract --file base-20240910.0.261831.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="20240909.0.261561" +LABEL org.opencontainers.image.version="20240910.0.261831" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-09T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240909.0.261561' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ef1ad2c..6c42014 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/20240909.0.261561/base-devel-20240909.0.261561.tar.zst" && \ - echo "74353afc6f14949c7682f464db7ba6d2ac83fdb3e16379bae7cd329c754d6c7a base-devel-20240909.0.261561.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240910.0.261831/base-devel-20240910.0.261831.tar.zst" && \ + echo "6122fc97929e5b2559c2415f15794d066ed200738770f9fa64cd1e495fba8afd base-devel-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240909.0.261561.tar.zst + tar -C /rootfs --extract --file base-devel-20240910.0.261831.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="20240909.0.261561" +LABEL org.opencontainers.image.version="20240910.0.261831" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-09T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240909.0.261561' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index bc49577..c904123 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/20240909.0.261561/multilib-devel-20240909.0.261561.tar.zst" && \ - echo "07101641ee22b65c53948b78bb2262ea3c44ce4f78a49895ebff13a69e214bb3 multilib-devel-20240909.0.261561.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240910.0.261831/multilib-devel-20240910.0.261831.tar.zst" && \ + echo "2103cb908ec03dbf68cd7d0bbc0c7339fa4450fbd2e04510784d4a7c40a0a7b9 multilib-devel-20240910.0.261831.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240909.0.261561.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240910.0.261831.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="20240909.0.261561" +LABEL org.opencontainers.image.version="20240910.0.261831" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-09T09:07:56+00:00" +LABEL org.opencontainers.image.created="2024-09-10T09:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240909.0.261561' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240910.0.261831' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]