From 570df0aa385127a0b20ba89f8fa2998fa73dc4bf Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 27 Aug 2024 09:07:34 +0000 Subject: [PATCH] Release 20240827.0.258334 --- 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 9a3e427..7f52f3b 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/20240826.0.258029/base-20240826.0.258029.tar.zst" && \ - echo "454706f341e797527144f91e0ef4e51c7dc3a311c6128c7f98c3fc21da418427 base-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240827.0.258334/base-20240827.0.258334.tar.zst" && \ + echo "402f18e8d9df9c1429b781687895d4e35237fb070a62c5ea9059c90ed7c30f70 base-20240827.0.258334.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240826.0.258029.tar.zst + tar -C /rootfs --extract --file base-20240827.0.258334.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="20240826.0.258029" +LABEL org.opencontainers.image.version="20240827.0.258334" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-27T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240827.0.258334' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a47a15b..fefc553 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/20240826.0.258029/base-devel-20240826.0.258029.tar.zst" && \ - echo "6736b016cbbd6ac8604b072f512fd880f74a53512529bfc66a5bd01b080829b1 base-devel-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240827.0.258334/base-devel-20240827.0.258334.tar.zst" && \ + echo "51e65bd8198fdf2b9a9953f6b9c5600db672fddace8626f8eb37377cc5521bb0 base-devel-20240827.0.258334.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240826.0.258029.tar.zst + tar -C /rootfs --extract --file base-devel-20240827.0.258334.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="20240826.0.258029" +LABEL org.opencontainers.image.version="20240827.0.258334" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-27T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240827.0.258334' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 672fa50..d2bbf82 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/20240826.0.258029/multilib-devel-20240826.0.258029.tar.zst" && \ - echo "c7e8a251ed5a4e79c6f2fd37336d0c2c579849c3d47401b1efdc103cd86f7721 multilib-devel-20240826.0.258029.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240827.0.258334/multilib-devel-20240827.0.258334.tar.zst" && \ + echo "a1e06e53ff332354e433332b11f371a419e6e2a76cb4fddb5f585fe5093d8147 multilib-devel-20240827.0.258334.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240826.0.258029.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240827.0.258334.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="20240826.0.258029" +LABEL org.opencontainers.image.version="20240827.0.258334" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-26T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-08-27T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240826.0.258029' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240827.0.258334' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]