From da9109b66596a58b11463f314f1831dedf84b35a Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 20 Feb 2025 09:07:48 +0000 Subject: [PATCH] Release 20250220.0.311068 --- 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 5d48687..95379a9 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250219.0.310588/base-20250219.0.310588.tar.zst" && \ - echo "43233b598271ad864b114098f73dc122b1953e83f70adef2c1210a2539d096c1 base-20250219.0.310588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250220.0.311068/base-20250220.0.311068.tar.zst" && \ + echo "ff73b7128438d26a2bd8e3e390e0922ce70e70bb99c64d53bba639e1eef70fc0 base-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250219.0.310588.tar.zst + tar -C /rootfs --extract --file base-20250220.0.311068.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="20250219.0.310588" +LABEL org.opencontainers.image.version="20250220.0.311068" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-19T09:07:44+00:00" +LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250219.0.310588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ee96ba2..59b4631 100644 --- a/Dockerfile.base-devel +++ b/Dockerfile.base-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250219.0.310588/base-devel-20250219.0.310588.tar.zst" && \ - echo "8bffea59107dfde47bc20e708dac7a09ec14abcf3cd493f52b76c98fc2473d4b base-devel-20250219.0.310588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250220.0.311068/base-devel-20250220.0.311068.tar.zst" && \ + echo "52c8ca969a72d8df5aaa2bcde689b2552d488ce128f5c10314ee6a0901586bc0 base-devel-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250219.0.310588.tar.zst + tar -C /rootfs --extract --file base-devel-20250220.0.311068.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="20250219.0.310588" +LABEL org.opencontainers.image.version="20250220.0.311068" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-19T09:07:44+00:00" +LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250219.0.310588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index cff53bb..be4cf4c 100644 --- a/Dockerfile.multilib-devel +++ b/Dockerfile.multilib-devel @@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify RUN apk add --no-cache curl tar zstd -RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250219.0.310588/multilib-devel-20250219.0.310588.tar.zst" && \ - echo "685c2036f40b3c04f6d612c3f0c54ef8c2fdd4e841d5f9450f6b1321e4120024 multilib-devel-20250219.0.310588.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250220.0.311068/multilib-devel-20250220.0.311068.tar.zst" && \ + echo "b102e10d242c25f954915cd22728839de3863639b2fefa5d875948e9b67f5c13 multilib-devel-20250220.0.311068.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250219.0.310588.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250220.0.311068.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="20250219.0.310588" +LABEL org.opencontainers.image.version="20250220.0.311068" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-02-19T09:07:44+00:00" +LABEL org.opencontainers.image.created="2025-02-20T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250219.0.310588' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250220.0.311068' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]