From 8b82664ae018d2bfdfe428151f8b7a96abeafb43 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 31 Jan 2025 09:07:06 +0000 Subject: [PATCH] Release 20250131.0.303755 --- 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 031f833..8a53c1c 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/20250130.0.303172/base-20250130.0.303172.tar.zst" && \ - echo "a740b95eaa7c2a4db5bf382ea1cd2572a7d86de49586be32b9e9fdb696bb8760 base-20250130.0.303172.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/base-20250131.0.303755.tar.zst" && \ + echo "8f4eccf3410e874e1aed1e983e6a3c1b3674bce6ca9469357bcdd554c2bf7acc base-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250130.0.303172.tar.zst + tar -C /rootfs --extract --file base-20250131.0.303755.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="20250130.0.303172" +LABEL org.opencontainers.image.version="20250131.0.303755" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-30T09:07:15+00:00" +LABEL org.opencontainers.image.created="2025-01-31T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250130.0.303172' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 5b9b53a..fb8bbbc 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/20250130.0.303172/base-devel-20250130.0.303172.tar.zst" && \ - echo "2035d5bd0d419199b9df0113461e85149671412e47a852b1cecd6c9acdad0da7 base-devel-20250130.0.303172.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/base-devel-20250131.0.303755.tar.zst" && \ + echo "b6e7c64ebeab34b3b7641ff270ce74992c7d23fc93b60dc04017531244a05a79 base-devel-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250130.0.303172.tar.zst + tar -C /rootfs --extract --file base-devel-20250131.0.303755.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="20250130.0.303172" +LABEL org.opencontainers.image.version="20250131.0.303755" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-30T09:07:15+00:00" +LABEL org.opencontainers.image.created="2025-01-31T09:07:05+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250130.0.303172' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 69e91fb..52d44a1 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/20250130.0.303172/multilib-devel-20250130.0.303172.tar.zst" && \ - echo "91af347800ea89b327af4f0991383685dbd4adb515fd8580766ed4497f9b4c9b multilib-devel-20250130.0.303172.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/multilib-devel-20250131.0.303755.tar.zst" && \ + echo "d9ca27cf6c174b983c30e712623acece956789ac03fbbb0db053a7d4772497aa multilib-devel-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250130.0.303172.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250131.0.303755.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="20250130.0.303172" +LABEL org.opencontainers.image.version="20250131.0.303755" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-30T09:07:15+00:00" +LABEL org.opencontainers.image.created="2025-01-31T09:07:06+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250130.0.303172' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]