From 2a7f141de3bbaf8cd2f6173ed2ab725622a9f8c7 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sun, 11 Feb 2024 09:07:17 +0000 Subject: [PATCH] Release 20240211.0.213527 --- 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 030d53b..2332c4f 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/20240210.0.213190/base-20240210.0.213190.tar.zst" && \ - echo "377bd619a0576dbe9d1faed3bfc7617111965708c721599dc7eef8db9ec6c8b3 base-20240210.0.213190.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240211.0.213527/base-20240211.0.213527.tar.zst" && \ + echo "cc9c8617f9b462df3f3c97a5dfbea054226dacc5d8a3befe5981ba4e91810d0e base-20240211.0.213527.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240210.0.213190.tar.zst + tar -C /rootfs --extract --file base-20240211.0.213527.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="20240210.0.213190" +LABEL org.opencontainers.image.version="20240211.0.213527" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-10T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-02-11T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240210.0.213190' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240211.0.213527' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 3e25338..28ac607 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/20240210.0.213190/base-devel-20240210.0.213190.tar.zst" && \ - echo "72bcdccc4fd4c3311baf46fdd9ad0b269d7a3432a42a6126be2e3c703f0c8679 base-devel-20240210.0.213190.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240211.0.213527/base-devel-20240211.0.213527.tar.zst" && \ + echo "17295b623e8bf14335cbc93100965feff3182e826dc7067a57af5f709b00339e base-devel-20240211.0.213527.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240210.0.213190.tar.zst + tar -C /rootfs --extract --file base-devel-20240211.0.213527.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="20240210.0.213190" +LABEL org.opencontainers.image.version="20240211.0.213527" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-10T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-02-11T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240210.0.213190' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240211.0.213527' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index e4bc3fb..45a2ca2 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/20240210.0.213190/multilib-devel-20240210.0.213190.tar.zst" && \ - echo "4cf9245c106e8923312dfcf4f2a14c1c5b15b118484a4de26f56cfcdad5cc59f multilib-devel-20240210.0.213190.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240211.0.213527/multilib-devel-20240211.0.213527.tar.zst" && \ + echo "d48c097431b20c5ed09d3d19310c6718011959ffa5c6342b269ba5484860884b multilib-devel-20240211.0.213527.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240210.0.213190.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240211.0.213527.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="20240210.0.213190" +LABEL org.opencontainers.image.version="20240211.0.213527" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-02-10T09:07:25+00:00" +LABEL org.opencontainers.image.created="2024-02-11T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240210.0.213190' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240211.0.213527' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]