From 94b815fc25c99d032364cdf2f990205e243529fc Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 8 Jul 2024 09:07:27 +0000 Subject: [PATCH] Release 20240708.0.245763 --- 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 5408b68..e66419b 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/20240707.0.245592/base-20240707.0.245592.tar.zst" && \ - echo "37bbed76f81a16c15a146d08e3aae980bbc065bc02b6d62fe68c4b6fcbfe1445 base-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/base-20240708.0.245763.tar.zst" && \ + echo "28d08321888422846d6106b0154162e3967ebc0c016fde728518e766d5767675 base-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240707.0.245592.tar.zst + tar -C /rootfs --extract --file base-20240708.0.245763.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="20240707.0.245592" +LABEL org.opencontainers.image.version="20240708.0.245763" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 58be723..9fd1517 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/20240707.0.245592/base-devel-20240707.0.245592.tar.zst" && \ - echo "a2550d1ce08958445b747cd8c2900a169d4c192bd87597b1216ff86b0ee32829 base-devel-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/base-devel-20240708.0.245763.tar.zst" && \ + echo "b42a750c82f699efa5a218e2416fd1c928a9b518a62706f1bcc323ceeb4a16e2 base-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240707.0.245592.tar.zst + tar -C /rootfs --extract --file base-devel-20240708.0.245763.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="20240707.0.245592" +LABEL org.opencontainers.image.version="20240708.0.245763" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 596d0cb..6ec9258 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/20240707.0.245592/multilib-devel-20240707.0.245592.tar.zst" && \ - echo "fea7d20a14ab94040eb23553e91d93497d5abf5f13d72d234856d0725e93646b multilib-devel-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/multilib-devel-20240708.0.245763.tar.zst" && \ + echo "ddce3793ff0b13213ec10384550d43c4c597756c81fe19c19ebce9ea15d39805 multilib-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240707.0.245592.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240708.0.245763.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="20240707.0.245592" +LABEL org.opencontainers.image.version="20240708.0.245763" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]