From f9c94ae2ea05c0983334b151fd3a1779c1a20aa0 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 19 Aug 2024 09:07:42 +0000 Subject: [PATCH] Release 20240819.0.256116 --- 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 f1b8345..71b41ed 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/20240818.0.255873/base-20240818.0.255873.tar.zst" && \ - echo "194ae9259e90915f05b6d8804dba6d5fce4ea6564de6851a574c0326c7a1bf16 base-20240818.0.255873.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240819.0.256116/base-20240819.0.256116.tar.zst" && \ + echo "b6df6158220b08b03b46a5ef76d02fe8733e557486c31e24bd11fa38f58234b7 base-20240819.0.256116.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240818.0.255873.tar.zst + tar -C /rootfs --extract --file base-20240819.0.256116.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="20240818.0.255873" +LABEL org.opencontainers.image.version="20240819.0.256116" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-18T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-08-19T09:07:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255873' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240819.0.256116' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index c05bb28..dce460b 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/20240818.0.255873/base-devel-20240818.0.255873.tar.zst" && \ - echo "2cc0fee935f72c21bfc19f0ade36500f6d3c20ae282653d5e4b0e212fd3c627a base-devel-20240818.0.255873.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240819.0.256116/base-devel-20240819.0.256116.tar.zst" && \ + echo "4804cd217bc095162bc72a9a2c7effcd0cfd74f987c78c2590aff7665b11282f base-devel-20240819.0.256116.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240818.0.255873.tar.zst + tar -C /rootfs --extract --file base-devel-20240819.0.256116.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="20240818.0.255873" +LABEL org.opencontainers.image.version="20240819.0.256116" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-18T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-08-19T09:07:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255873' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240819.0.256116' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 638c8a1..efb2e1f 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/20240818.0.255873/multilib-devel-20240818.0.255873.tar.zst" && \ - echo "a8253d43150e73c429e4c67e3618f39fb510b10c3b36ce1f45a70086966b8c34 multilib-devel-20240818.0.255873.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240819.0.256116/multilib-devel-20240819.0.256116.tar.zst" && \ + echo "be9391b1f23665188d547f6958ea9a8fa84786322a709396870b598b1b18e58f multilib-devel-20240819.0.256116.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240818.0.255873.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240819.0.256116.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="20240818.0.255873" +LABEL org.opencontainers.image.version="20240819.0.256116" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-18T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-08-19T09:07:42+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240818.0.255873' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240819.0.256116' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]