From 4eb43a05791e415f73c6dbdad5765bc32708a01c Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Thu, 15 Feb 2024 09:30:30 +0000 Subject: [PATCH] Release 20240215.0.214366 --- 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 64f997d..ff54f53 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/20240214.0.214115/base-20240214.0.214115.tar.zst" && \ - echo "7da24b2082abf660212888aa29768a6c15921c2a0d5dedb0fcdad63c49c4fea0 base-20240214.0.214115.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240215.0.214366/base-20240215.0.214366.tar.zst" && \ + echo "9b7416b263bb9ffc9844fa9dfd5dac145bf2dbaedcc08bb3be9f0244f3e6e1c0 base-20240215.0.214366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240214.0.214115.tar.zst + tar -C /rootfs --extract --file base-20240215.0.214366.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="20240214.0.214115" +LABEL org.opencontainers.image.version="20240215.0.214366" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-14T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-02-15T09:30:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240214.0.214115' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240215.0.214366' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index f9f43bb..058ef78 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/20240214.0.214115/base-devel-20240214.0.214115.tar.zst" && \ - echo "7cc0c3c3c40828339c5066172b69108c002007c3be619a81436466390ea1ac01 base-devel-20240214.0.214115.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240215.0.214366/base-devel-20240215.0.214366.tar.zst" && \ + echo "d387d510e1c6daf5ec31159a6ebd5c43f49337cc3e82b33f6fa00af800c9786c base-devel-20240215.0.214366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240214.0.214115.tar.zst + tar -C /rootfs --extract --file base-devel-20240215.0.214366.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="20240214.0.214115" +LABEL org.opencontainers.image.version="20240215.0.214366" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-14T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-02-15T09:30:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240214.0.214115' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240215.0.214366' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ed4f329..82a8205 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/20240214.0.214115/multilib-devel-20240214.0.214115.tar.zst" && \ - echo "db01396efc37684f702479e631b0e98d2955af1d31520eb0f1d77c71e1ef9f2e multilib-devel-20240214.0.214115.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240215.0.214366/multilib-devel-20240215.0.214366.tar.zst" && \ + echo "7d8752060190f31f11f65d3b7847696d2e34b7fe31bf5f37668c5d14ba1defd0 multilib-devel-20240215.0.214366.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240214.0.214115.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240215.0.214366.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="20240214.0.214115" +LABEL org.opencontainers.image.version="20240215.0.214366" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-14T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-02-15T09:30:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240214.0.214115' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240215.0.214366' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]