From 6358e748d0cd34153eebfe646e8265a512876fcf Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Fri, 5 Jan 2024 09:07:29 +0000 Subject: [PATCH] Release 20240105.0.204999 --- 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 ab9556f..0ed326d 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/20240104.0.204700/base-20240104.0.204700.tar.zst" && \ - echo "7042b460dd3d57b41e8045473c1a6ce797dc5ca3760cc62e1ef8cc00f0790203 base-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/base-20240105.0.204999.tar.zst" && \ + echo "0429713825432a92c15ec7b961d220415efe62f1a995eaede9b87fd8f101933f base-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240104.0.204700.tar.zst + tar -C /rootfs --extract --file base-20240105.0.204999.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="20240104.0.204700" +LABEL org.opencontainers.image.version="20240105.0.204999" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index b32e013..a1996b0 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/20240104.0.204700/base-devel-20240104.0.204700.tar.zst" && \ - echo "98e912816934ad9b4d88539b1dc2323186c199448089dd7dd3dad74da100acc4 base-devel-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/base-devel-20240105.0.204999.tar.zst" && \ + echo "ab8f7604dabb6a19ebd485386e10bb41a70f11b8fcde01a256d8411ee46565ef base-devel-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240104.0.204700.tar.zst + tar -C /rootfs --extract --file base-devel-20240105.0.204999.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="20240104.0.204700" +LABEL org.opencontainers.image.version="20240105.0.204999" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ad3130d..cb67428 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/20240104.0.204700/multilib-devel-20240104.0.204700.tar.zst" && \ - echo "5a6daf7ec9946bb663034ffd750733f03aff50be95e1bb389e88233207f3605e multilib-devel-20240104.0.204700.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240105.0.204999/multilib-devel-20240105.0.204999.tar.zst" && \ + echo "4a086ade39165d53c45135c8aef4bd9c0d31309143321374f9f46ee7e75b1357 multilib-devel-20240105.0.204999.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240104.0.204700.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240105.0.204999.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="20240104.0.204700" +LABEL org.opencontainers.image.version="20240105.0.204999" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-04T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-01-05T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240104.0.204700' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240105.0.204999' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]