From 6e2f237577aa5e7ee2abb990e5df2b2759a10e30 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 22 Jul 2024 09:07:30 +0000 Subject: [PATCH] Release 20240722.0.248757 --- 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 5327619..18010fb 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/20240721.0.248591/base-20240721.0.248591.tar.zst" && \ - echo "b6422287e0035e262fb883909d5de3d86b8f3543c73d748af6b693e9a147de16 base-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/base-20240722.0.248757.tar.zst" && \ + echo "80b8e8519d3a34eb9f507c237cbefe705792fc61dcf3b51426614061e390e846 base-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240721.0.248591.tar.zst + tar -C /rootfs --extract --file base-20240722.0.248757.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="20240721.0.248591" +LABEL org.opencontainers.image.version="20240722.0.248757" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ed74059..a39c8d6 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/20240721.0.248591/base-devel-20240721.0.248591.tar.zst" && \ - echo "6451954db5c6b79be3825cfc28aba2080929ac2c1f783d1bebbce2efa430dde0 base-devel-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/base-devel-20240722.0.248757.tar.zst" && \ + echo "474b528bae674e117678aae80817feda7825d427c1f2735a32b78663f129d872 base-devel-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240721.0.248591.tar.zst + tar -C /rootfs --extract --file base-devel-20240722.0.248757.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="20240721.0.248591" +LABEL org.opencontainers.image.version="20240722.0.248757" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index a2b1c39..a020a79 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/20240721.0.248591/multilib-devel-20240721.0.248591.tar.zst" && \ - echo "3e92b8bb0f8d9e48653feb50ba094651817a569c775ea6bf70517ebd8c6a7c81 multilib-devel-20240721.0.248591.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240722.0.248757/multilib-devel-20240722.0.248757.tar.zst" && \ + echo "70aaed30333d7222353288c11b3e26e60b90928bb3f3f4e3f1fa08a58fb62831 multilib-devel-20240722.0.248757.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240721.0.248591.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240722.0.248757.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="20240721.0.248591" +LABEL org.opencontainers.image.version="20240722.0.248757" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-21T09:07:36+00:00" +LABEL org.opencontainers.image.created="2024-07-22T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240721.0.248591' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240722.0.248757' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]