From 4badc14ab26ec1f60ce0c40d9b3e396e68aa4e7c Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Wed, 10 Jan 2024 09:08:00 +0000 Subject: [PATCH] Release 20240110.0.206152 --- 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 3aa5dce..305ebc3 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/20240109.0.205875/base-20240109.0.205875.tar.zst" && \ - echo "69ba2cc8b8963e012bc11f31292fe65651494cc722c9d98e677b46bd4cec73bb base-20240109.0.205875.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240110.0.206152/base-20240110.0.206152.tar.zst" && \ + echo "f62a3e89ce09bc9bad690bb593f45d05c0dd442f8407d5ca285eeb863c9c8091 base-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240109.0.205875.tar.zst + tar -C /rootfs --extract --file base-20240110.0.206152.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="20240109.0.205875" +LABEL org.opencontainers.image.version="20240110.0.206152" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-09T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240109.0.205875' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index c699bb6..30ac0d6 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/20240109.0.205875/base-devel-20240109.0.205875.tar.zst" && \ - echo "1151d7bd8ff9a98a4f9fa5ebe0dd2773308a784167bbe75f54c980e106d0899e base-devel-20240109.0.205875.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240110.0.206152/base-devel-20240110.0.206152.tar.zst" && \ + echo "491fed97dfc6e3c7f74a1b05cd23ab642473f202fe87f7f5e80feab6d6067f40 base-devel-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240109.0.205875.tar.zst + tar -C /rootfs --extract --file base-devel-20240110.0.206152.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="20240109.0.205875" +LABEL org.opencontainers.image.version="20240110.0.206152" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-09T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240109.0.205875' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 82006dc..4fcfb7c 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/20240109.0.205875/multilib-devel-20240109.0.205875.tar.zst" && \ - echo "f7eb4f7d6317d2e3fd670fee37924db1ba43220e7a4259cef36cbd2a4b6bc2eb multilib-devel-20240109.0.205875.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240110.0.206152/multilib-devel-20240110.0.206152.tar.zst" && \ + echo "91cd5572e9a4b26d19f0409f474a118709df7ef05f9b976258e00c6f63822f5a multilib-devel-20240110.0.206152.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240109.0.205875.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240110.0.206152.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="20240109.0.205875" +LABEL org.opencontainers.image.version="20240110.0.206152" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-09T09:07:17+00:00" +LABEL org.opencontainers.image.created="2024-01-10T09:08:00+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240109.0.205875' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240110.0.206152' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]