From 016a30e9bc710243669a0e0452ebae048275f9e6 Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Mon, 13 May 2024 09:07:23 +0000 Subject: [PATCH] Release 20240513.0.235798 --- 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 fd56ff2..f9d39e1 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/20240512.0.235602/base-20240512.0.235602.tar.zst" && \ - echo "520ef9314dc67f59148a1b9e0473bfd0da10efc4cc393d68ed9755c4a2127969 base-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240513.0.235798/base-20240513.0.235798.tar.zst" && \ + echo "8e1bafdb55a6da9d79e3309e75b574a0c7e4363d3bad5710c5c73e61e5ed82f2 base-20240513.0.235798.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240512.0.235602.tar.zst + tar -C /rootfs --extract --file base-20240513.0.235798.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="20240512.0.235602" +LABEL org.opencontainers.image.version="20240513.0.235798" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-05-13T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240513.0.235798' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 01a2b5b..be578e4 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/20240512.0.235602/base-devel-20240512.0.235602.tar.zst" && \ - echo "8549fa014bdc2121ba48f8cf0c576767aeee86a2731a88e924cfaba1d7e2b45c base-devel-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240513.0.235798/base-devel-20240513.0.235798.tar.zst" && \ + echo "d38c9981f77f8967d928f5091795de3de62d0227a6840fe5dd37b5061363463d base-devel-20240513.0.235798.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240512.0.235602.tar.zst + tar -C /rootfs --extract --file base-devel-20240513.0.235798.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="20240512.0.235602" +LABEL org.opencontainers.image.version="20240513.0.235798" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-05-13T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240513.0.235798' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 484cab7..d48f398 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/20240512.0.235602/multilib-devel-20240512.0.235602.tar.zst" && \ - echo "726a293a11b72e55923e81d0c447a8b379c00793b00b715175a2ab910dfe2967 multilib-devel-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240513.0.235798/multilib-devel-20240513.0.235798.tar.zst" && \ + echo "d558ed4b5e0bfbf0f328759e9c0e3bd5e4c77fb18057bdf011a0f81b6b4d5dbc multilib-devel-20240513.0.235798.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240512.0.235602.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240513.0.235798.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="20240512.0.235602" +LABEL org.opencontainers.image.version="20240513.0.235798" LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46" -LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00" +LABEL org.opencontainers.image.created="2024-05-13T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240513.0.235798' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]