From 388b7257738b7ab2fee0dbf05682e8d6946f443e Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Tue, 9 Apr 2024 09:07:22 +0000 Subject: [PATCH] Release 20240409.0.228062 --- 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 bb6a049..d474379 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/20240408.0.227844/base-20240408.0.227844.tar.zst" && \ - echo "25f31d5c558bcc967c23657f22c460d99e907053a81ae0d1d7f5e1a86b1c34ac base-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/base-20240409.0.228062.tar.zst" && \ + echo "532da992a076f53b84771b24ae9b067d88287f4fd56629bfd2fe1c3f96bbb9cd base-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240408.0.227844.tar.zst + tar -C /rootfs --extract --file base-20240409.0.228062.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="20240408.0.227844" +LABEL org.opencontainers.image.version="20240409.0.228062" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3f5acf5..eb8077c 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/20240408.0.227844/base-devel-20240408.0.227844.tar.zst" && \ - echo "060606b23ce164e8810e8caa70b1e1a93a823e46b62d3cdefd59efe5de4429c8 base-devel-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/base-devel-20240409.0.228062.tar.zst" && \ + echo "ffd6ba326464b6ce9a466e28e8e7945deab54af70afaa6461455517ce17d472c base-devel-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240408.0.227844.tar.zst + tar -C /rootfs --extract --file base-devel-20240409.0.228062.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="20240408.0.227844" +LABEL org.opencontainers.image.version="20240409.0.228062" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8fbee9d..34c3e58 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/20240408.0.227844/multilib-devel-20240408.0.227844.tar.zst" && \ - echo "5f34657440af42bdaf107441a1d1a733ba1ef102f1858d53ec4690f4c97b552f multilib-devel-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/multilib-devel-20240409.0.228062.tar.zst" && \ + echo "1da12bff549d88e4cce3476e22395492aa641832831c8bd7debecca78db9f440 multilib-devel-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240408.0.227844.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240409.0.228062.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="20240408.0.227844" +LABEL org.opencontainers.image.version="20240409.0.228062" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]