From a7a871df78ba60e8142d30172da014853250e6ae Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 24 Dec 2024 09:07:36 +0000 Subject: [PATCH] Release 20241224.0.291882 --- 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 fd93c46..cf10ef8 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/20241223.0.291563/base-20241223.0.291563.tar.zst" && \ - echo "1284d5151ee6f6afedc6cdefe6841e437c10c715ac01f5bb7a0a6b0fc14f7b48 base-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241224.0.291882/base-20241224.0.291882.tar.zst" && \ + echo "3136669549c952b598f443d2cf140f1d932290fa4f76a24f875feb515da62d57 base-20241224.0.291882.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241223.0.291563.tar.zst + tar -C /rootfs --extract --file base-20241224.0.291882.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="20241223.0.291563" +LABEL org.opencontainers.image.version="20241224.0.291882" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-12-24T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241224.0.291882' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index dbf4d0c..580bb96 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/20241223.0.291563/base-devel-20241223.0.291563.tar.zst" && \ - echo "d06a21afb12640cd8f7123325d7b5c9439b1eeee572d480243595d2c27645eeb base-devel-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241224.0.291882/base-devel-20241224.0.291882.tar.zst" && \ + echo "0a4704972456acb8cea50fd9950981a6384507c82765147d259994b2a26df395 base-devel-20241224.0.291882.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241223.0.291563.tar.zst + tar -C /rootfs --extract --file base-devel-20241224.0.291882.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="20241223.0.291563" +LABEL org.opencontainers.image.version="20241224.0.291882" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-12-24T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241224.0.291882' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 73e9a34..7328624 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/20241223.0.291563/multilib-devel-20241223.0.291563.tar.zst" && \ - echo "2e16b512b43e1d6db44dd24e37e9100ac16c55d5f7804d89be2d8d3c9b5c887c multilib-devel-20241223.0.291563.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241224.0.291882/multilib-devel-20241224.0.291882.tar.zst" && \ + echo "79e58f782dbb0aeef83f1d9cfec097e8f2bc130bb3c015f4aac4a7de5a7cf770 multilib-devel-20241224.0.291882.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241223.0.291563.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241224.0.291882.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="20241223.0.291563" +LABEL org.opencontainers.image.version="20241224.0.291882" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-12-23T09:07:22+00:00" +LABEL org.opencontainers.image.created="2024-12-24T09:07:36+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241223.0.291563' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241224.0.291882' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]