From 5dd3022f3df6aa03fea098a542bad8bcb3ea2b17 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Mon, 8 Jan 2024 09:07:17 +0000 Subject: [PATCH] Release 20240108.0.205696 --- 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 2399ff3..632510a 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/20240107.0.205464/base-20240107.0.205464.tar.zst" && \ - echo "bc62d19a19d095bb2e90fd982ef31bcc810e897bd007b2601b5be0850e99954d base-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240108.0.205696/base-20240108.0.205696.tar.zst" && \ + echo "a29d5c53e0b03eaf36f956a1a6244909dc6aa2ef0be3b58ecacb7f3b4f27c3b2 base-20240108.0.205696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240107.0.205464.tar.zst + tar -C /rootfs --extract --file base-20240108.0.205696.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="20240107.0.205464" +LABEL org.opencontainers.image.version="20240108.0.205696" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00" +LABEL org.opencontainers.image.created="2024-01-08T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240108.0.205696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 755a717..08cc621 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/20240107.0.205464/base-devel-20240107.0.205464.tar.zst" && \ - echo "4b575013836095c330f365ca612c5a5a0f075890e81ad2426e47d9b13fee7a0d base-devel-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240108.0.205696/base-devel-20240108.0.205696.tar.zst" && \ + echo "828dda8b38a5067cfe69a07dc533e92e4f0b2e8925ee0f9fb425026ac66dd006 base-devel-20240108.0.205696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240107.0.205464.tar.zst + tar -C /rootfs --extract --file base-devel-20240108.0.205696.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="20240107.0.205464" +LABEL org.opencontainers.image.version="20240108.0.205696" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00" +LABEL org.opencontainers.image.created="2024-01-08T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240108.0.205696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 554598e..aa37eb5 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/20240107.0.205464/multilib-devel-20240107.0.205464.tar.zst" && \ - echo "e1f732f4a0a7c196d81bef77336a661fde190915659be72f791bfc5362191b6a multilib-devel-20240107.0.205464.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240108.0.205696/multilib-devel-20240108.0.205696.tar.zst" && \ + echo "aee98dc8de4a10d8d2d6f019e34f2e641e6fc956325a8ebd884eabf28ff74d94 multilib-devel-20240108.0.205696.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240107.0.205464.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240108.0.205696.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="20240107.0.205464" +LABEL org.opencontainers.image.version="20240108.0.205696" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-01-07T09:07:08+00:00" +LABEL org.opencontainers.image.created="2024-01-08T09:07:17+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240107.0.205464' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240108.0.205696' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]