From b035465c8bf110e4404c8e619ec27dbb696b47a7 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 29 Oct 2024 09:07:26 +0000 Subject: [PATCH] Release 20241029.0.274676 --- 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 0bf3726..8d4873f 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/20241028.0.274307/base-20241028.0.274307.tar.zst" && \ - echo "952017c6902ee66cae95815d270e84ea836de3493531c3227ca197e2e214b8e7 base-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/base-20241029.0.274676.tar.zst" && \ + echo "cfa7eb42a640f7aa0bffbc7d6eedc771bf5b23fd2eb4091c7ae1566501911ad1 base-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241028.0.274307.tar.zst + tar -C /rootfs --extract --file base-20241029.0.274676.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="20241028.0.274307" +LABEL org.opencontainers.image.version="20241029.0.274676" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00" +LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ddcaa4c..3ce7e9c 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/20241028.0.274307/base-devel-20241028.0.274307.tar.zst" && \ - echo "e5c21db40c9ca6d31fc2977060526868b6805698aa2d575a204942190180cf6f base-devel-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/base-devel-20241029.0.274676.tar.zst" && \ + echo "dd11231e603ec8319c03caed9d0fa02d33c7db802fa0de15e9ed2664f83f1a27 base-devel-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241028.0.274307.tar.zst + tar -C /rootfs --extract --file base-devel-20241029.0.274676.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="20241028.0.274307" +LABEL org.opencontainers.image.version="20241029.0.274676" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00" +LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index d2da357..5eacc2f 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/20241028.0.274307/multilib-devel-20241028.0.274307.tar.zst" && \ - echo "96126156821d665b3ff1f9b01097ce092180131083664a4c77ff1917735fcbc6 multilib-devel-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/multilib-devel-20241029.0.274676.tar.zst" && \ + echo "480fe13bf993241f223f4a35101749c4d8c1d94c57e0dea5e38c2ab20ad562d0 multilib-devel-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241028.0.274307.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241029.0.274676.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="20241028.0.274307" +LABEL org.opencontainers.image.version="20241029.0.274676" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00" +LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]