From 6df18ed044b408db19577a5915d0213b4c97ae36 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 15 Jul 2024 09:07:31 +0000 Subject: [PATCH] Release 20240715.0.247318 --- 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 514a086..d2d1aba 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/20240714.0.246992/base-20240714.0.246992.tar.zst" && \ - echo "b11e0df4253f07c5401aae488c4bcd7fcb125db54ae81b263fc52c3aacc7af04 base-20240714.0.246992.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240715.0.247318/base-20240715.0.247318.tar.zst" && \ + echo "597f8d3e4dea67a4ffed1680b65f8c065d65aed8e22ceb8c6bf51ce828dc89b9 base-20240715.0.247318.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240714.0.246992.tar.zst + tar -C /rootfs --extract --file base-20240715.0.247318.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="20240714.0.246992" +LABEL org.opencontainers.image.version="20240715.0.247318" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-14T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-07-15T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246992' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240715.0.247318' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ad431c6..43018e9 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/20240714.0.246992/base-devel-20240714.0.246992.tar.zst" && \ - echo "f8804e551316097467b6c955f7c9bde0bc60bc4e6de12d543a0d5fde61592d9b base-devel-20240714.0.246992.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240715.0.247318/base-devel-20240715.0.247318.tar.zst" && \ + echo "27d1ddaa62caa6f01700302aa5fadb7be3ac5389810236ff068ad89f9f8e420d base-devel-20240715.0.247318.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240714.0.246992.tar.zst + tar -C /rootfs --extract --file base-devel-20240715.0.247318.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="20240714.0.246992" +LABEL org.opencontainers.image.version="20240715.0.247318" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-14T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-07-15T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246992' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240715.0.247318' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 5f39bd1..1681d15 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/20240714.0.246992/multilib-devel-20240714.0.246992.tar.zst" && \ - echo "f4b7005a370f033c6d4bcbd83c94a7b9027edd621b4cf2c0ae473ef80f819bf7 multilib-devel-20240714.0.246992.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240715.0.247318/multilib-devel-20240715.0.247318.tar.zst" && \ + echo "d90882a70d7ffe5ae43217e97c991ff62c6f4ae89bb865142d71d316406d3b4b multilib-devel-20240715.0.247318.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240714.0.246992.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240715.0.247318.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="20240714.0.246992" +LABEL org.opencontainers.image.version="20240715.0.247318" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-14T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-07-15T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240714.0.246992' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240715.0.247318' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]