From 240af910c49af4e5537e03d938fda3b32d348dc4 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 19 Jan 2025 09:07:11 +0000 Subject: [PATCH] Release 20250119.0.299468 --- 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 4830a1d..db8b46a 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/20250119.0.299327/base-20250119.0.299327.tar.zst" && \ - echo "3c7766382cb766ac355ef6d30289aea8045f927736feed811d261f17a10bf60b base-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299468/base-20250119.0.299468.tar.zst" && \ + echo "fb72be456533a4930a639f9727481607fec0fc8fa0cb6c8d593117340fc69d8b base-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250119.0.299327.tar.zst + tar -C /rootfs --extract --file base-20250119.0.299468.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="20250119.0.299327" +LABEL org.opencontainers.image.version="20250119.0.299468" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00" +LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index cd92c51..a4ed652 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/20250119.0.299327/base-devel-20250119.0.299327.tar.zst" && \ - echo "1c24ca50dc010cf293df226f1ad827033d0ae6f94f13d97353a1718e6fac7b7d base-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299468/base-devel-20250119.0.299468.tar.zst" && \ + echo "00ede72e0129046c47a293fd1db282ad74c690089eb75de801b8cc222a10a434 base-devel-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250119.0.299327.tar.zst + tar -C /rootfs --extract --file base-devel-20250119.0.299468.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="20250119.0.299327" +LABEL org.opencontainers.image.version="20250119.0.299468" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00" +LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index ceb920f..0df0c75 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/20250119.0.299327/multilib-devel-20250119.0.299327.tar.zst" && \ - echo "4e30402779bca0ee76a2e94c658abb3f6d49ef025f12333f6752dbbcbcb83c40 multilib-devel-20250119.0.299327.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250119.0.299468/multilib-devel-20250119.0.299468.tar.zst" && \ + echo "235d4c253f7c3fb820e0ddea56830a43505291976067a0e0586413e47bbda26d multilib-devel-20250119.0.299468.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250119.0.299327.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250119.0.299468.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="20250119.0.299327" +LABEL org.opencontainers.image.version="20250119.0.299468" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-19T00:08:08+00:00" +LABEL org.opencontainers.image.created="2025-01-19T09:07:11+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299327' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250119.0.299468' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]