From b72f4a475daf67083da130255cb8ff9335c4b084 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 15 Mar 2025 09:07:25 +0000 Subject: [PATCH] Release 20250315.0.322332 --- 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 4f91dc4..c451d62 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/20250313.0.321246/base-20250313.0.321246.tar.zst" && \ - echo "99a8392d33e2315972176ab2068aa6af59c798e2d77d98caa385f5964269c2f0 base-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/base-20250315.0.322332.tar.zst" && \ + echo "cd250facaf80e1a407b756a0022fe127f725ffcd7ab174e90f525ccc78b7cfd6 base-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250313.0.321246.tar.zst + tar -C /rootfs --extract --file base-20250315.0.322332.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="20250313.0.321246" +LABEL org.opencontainers.image.version="20250315.0.322332" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" +LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index d384ca7..36b5853 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/20250313.0.321246/base-devel-20250313.0.321246.tar.zst" && \ - echo "d8d406b35d2879d364560e9d1aef22edef06d6f5a293255124c547bd581e0f7c base-devel-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/base-devel-20250315.0.322332.tar.zst" && \ + echo "e9844c7789c41d10b14e5b84cecd047e4bcc7b502b6ea52a4034b8279eefe0c5 base-devel-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250313.0.321246.tar.zst + tar -C /rootfs --extract --file base-devel-20250315.0.322332.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="20250313.0.321246" +LABEL org.opencontainers.image.version="20250315.0.322332" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" +LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 86e5363..157a03d 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/20250313.0.321246/multilib-devel-20250313.0.321246.tar.zst" && \ - echo "d2282e3e5281bfe63456ef78a453d78876e4cecf33512c439c0304a4354e5ae9 multilib-devel-20250313.0.321246.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250315.0.322332/multilib-devel-20250315.0.322332.tar.zst" && \ + echo "758afa885bd3c4ffb11a8b7e9ac09364b6c6171a3e3531c02eda73815be0d036 multilib-devel-20250315.0.322332.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250313.0.321246.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250315.0.322332.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="20250313.0.321246" +LABEL org.opencontainers.image.version="20250315.0.322332" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" +LABEL org.opencontainers.image.created="2025-03-15T09:07:25+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250315.0.322332' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]