From 7e27c15e6a6d4495fba24475cdf5b22558edecbd Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Thu, 13 Mar 2025 09:07:40 +0000 Subject: [PATCH] Release 20250313.0.321246 --- 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 c30fc4b..4f91dc4 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/20250312.0.320467/base-20250312.0.320467.tar.zst" && \ - echo "1dbb24eb0bf15535873ba9181d0a5f50475de62bd99ab876b46b75717bb83153 base-20250312.0.320467.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250312.0.320467.tar.zst + tar -C /rootfs --extract --file base-20250313.0.321246.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="20250312.0.320467" +LABEL org.opencontainers.image.version="20250313.0.321246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-12T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250312.0.320467' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index f99dd0a..d384ca7 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/20250312.0.320467/base-devel-20250312.0.320467.tar.zst" && \ - echo "4567d5f4f8519c7d709acf3f7ce7f35089b10203b968d0651b4dce3617bf2e04 base-devel-20250312.0.320467.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250312.0.320467.tar.zst + tar -C /rootfs --extract --file base-devel-20250313.0.321246.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="20250312.0.320467" +LABEL org.opencontainers.image.version="20250313.0.321246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-12T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250312.0.320467' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 09bcdde..86e5363 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/20250312.0.320467/multilib-devel-20250312.0.320467.tar.zst" && \ - echo "03646a8ae8b00bfc30f32eeed250b525654c4ca0ecb920267b7d55d8bfa85324 multilib-devel-20250312.0.320467.tar.zst" > /tmp/sha256sums.txt && \ +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 && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250312.0.320467.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250313.0.321246.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="20250312.0.320467" +LABEL org.opencontainers.image.version="20250313.0.321246" LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0" -LABEL org.opencontainers.image.created="2025-03-12T09:07:34+00:00" +LABEL org.opencontainers.image.created="2025-03-13T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250312.0.320467' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250313.0.321246' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]