From dda2fdd9533819ac79556c9409eebf5bddd64e41 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 4 Jan 2025 09:07:48 +0000 Subject: [PATCH] Release 20250104.0.294874 --- 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 5a8058a..d122a81 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/20250103.0.294654/base-20250103.0.294654.tar.zst" && \ - echo "09fda7c0a25a5bf7a3a7d86eda9c14722d69f29e53f4cbdcfe5e632eda57b232 base-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/base-20250104.0.294874.tar.zst" && \ + echo "9a6a9a83c25d20f2f07850c0f28667725c35f83fa7c7f7edd2187a99138ebde7 base-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20250103.0.294654.tar.zst + tar -C /rootfs --extract --file base-20250104.0.294874.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="20250103.0.294654" +LABEL org.opencontainers.image.version="20250104.0.294874" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" +LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index a75ed22..b10f340 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/20250103.0.294654/base-devel-20250103.0.294654.tar.zst" && \ - echo "f606866c29d6a70626dadf71d3b406064b83da2c1b320b77c544bb46a3a29581 base-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/base-devel-20250104.0.294874.tar.zst" && \ + echo "6a0f8118882bf2e7fbd6c8eb0412eb7f813279c1545727b8c8df74b0d7919c71 base-devel-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20250103.0.294654.tar.zst + tar -C /rootfs --extract --file base-devel-20250104.0.294874.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="20250103.0.294654" +LABEL org.opencontainers.image.version="20250104.0.294874" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" +LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 7c3168b..5da7f88 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/20250103.0.294654/multilib-devel-20250103.0.294654.tar.zst" && \ - echo "89ed7257bbcd896815df15c37f3cfd687cb8d0cb253bd2ba450749e32b73ae72 multilib-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/multilib-devel-20250104.0.294874.tar.zst" && \ + echo "b4a22bc0a82333360ccf6be5e9b5abff3d4c7d8fca39284aa4b102fd25efaae6 multilib-devel-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20250103.0.294654.tar.zst + tar -C /rootfs --extract --file multilib-devel-20250104.0.294874.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="20250103.0.294654" +LABEL org.opencontainers.image.version="20250104.0.294874" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00" +LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]