From ac17b5226006c0693074aaf387ada956f71b5a7e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 26 Jul 2024 09:07:31 +0000 Subject: [PATCH] Release 20240726.0.249719 --- 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 d81ab87..b41bc90 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/20240725.0.249535/base-20240725.0.249535.tar.zst" && \ - echo "67836a731d2a9988e6ba38c97dac112f7a5c276a2f08d57ece04c329579cc369 base-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/base-20240726.0.249719.tar.zst" && \ + echo "ccd206289a986e72ad4ecf8b76e510a26858ded41bdce5a7474b04249b84f1f7 base-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240725.0.249535.tar.zst + tar -C /rootfs --extract --file base-20240726.0.249719.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="20240725.0.249535" +LABEL org.opencontainers.image.version="20240726.0.249719" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00" +LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4e886a3..bcc5bb9 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/20240725.0.249535/base-devel-20240725.0.249535.tar.zst" && \ - echo "0de0795f233aef505713a81aa99a010602ccafff43a631417b2c8e3bebcedffe base-devel-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/base-devel-20240726.0.249719.tar.zst" && \ + echo "06330630ac9653e6dd4ead5641c86a0321f383f7388c49ea131fbe8782e7fd09 base-devel-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240725.0.249535.tar.zst + tar -C /rootfs --extract --file base-devel-20240726.0.249719.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="20240725.0.249535" +LABEL org.opencontainers.image.version="20240726.0.249719" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00" +LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 271c035..f42d2d0 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/20240725.0.249535/multilib-devel-20240725.0.249535.tar.zst" && \ - echo "99b52d1bec4b79274ca2974819f352b88ec1d73adbf33efacfd012affae06350 multilib-devel-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/multilib-devel-20240726.0.249719.tar.zst" && \ + echo "e94443a62a336001739529598c993337d628c2612c4e3ed06128cd274de9506b multilib-devel-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240725.0.249535.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240726.0.249719.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="20240725.0.249535" +LABEL org.opencontainers.image.version="20240726.0.249719" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00" +LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]