From f11ff096ff43820281e814b208db7eaaf27622f4 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sat, 23 Dec 2023 09:07:21 +0000 Subject: [PATCH] Release 20231223.0.202047 --- 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 b05655e..17b615f 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/20231222.0.201835/base-20231222.0.201835.tar.zst" && \ - echo "319eba84b3a1f37e006cc2b06d1656e29871dbcb6d155eb3bd03ef3e54728337 base-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231223.0.202047/base-20231223.0.202047.tar.zst" && \ + echo "b37b2c76dcb5b589b5ef0af188387b1a9e66c6487bc4a6f6d41d5db2b5057695 base-20231223.0.202047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20231222.0.201835.tar.zst + tar -C /rootfs --extract --file base-20231223.0.202047.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="20231222.0.201835" +LABEL org.opencontainers.image.version="20231223.0.202047" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" +LABEL org.opencontainers.image.created="2023-12-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231223.0.202047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d0026cd..e132223 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/20231222.0.201835/base-devel-20231222.0.201835.tar.zst" && \ - echo "f97151db8d75e36534bc386e7a6fc66f2c3f3d7df76f07ce0f6ab2c7b9f95c40 base-devel-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231223.0.202047/base-devel-20231223.0.202047.tar.zst" && \ + echo "66b9bc6c82f48337fd2e445902b630b1ee1cc0042cc7f55c4b2e8af2cffff97d base-devel-20231223.0.202047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20231222.0.201835.tar.zst + tar -C /rootfs --extract --file base-devel-20231223.0.202047.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="20231222.0.201835" +LABEL org.opencontainers.image.version="20231223.0.202047" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" +LABEL org.opencontainers.image.created="2023-12-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231223.0.202047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 58be91b..bdc77a9 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/20231222.0.201835/multilib-devel-20231222.0.201835.tar.zst" && \ - echo "2bda278515891af83df6f6ee53b13809441610bc8c3fbaacebe0f6253dbde95a multilib-devel-20231222.0.201835.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231223.0.202047/multilib-devel-20231223.0.202047.tar.zst" && \ + echo "0c2151b5c2eb0c306ab335403f5778bf7b753a3cf840c9460638bdd9ab40363d multilib-devel-20231223.0.202047.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20231222.0.201835.tar.zst + tar -C /rootfs --extract --file multilib-devel-20231223.0.202047.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="20231222.0.201835" +LABEL org.opencontainers.image.version="20231223.0.202047" LABEL org.opencontainers.image.revision="19c9adc97f82b3d13a29ace6b0900625f9aaee42" -LABEL org.opencontainers.image.created="2023-12-22T09:07:20+00:00" +LABEL org.opencontainers.image.created="2023-12-23T09:07:21+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20231222.0.201835' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20231223.0.202047' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]