From c78b5f779442237d561a0b530e2fc037afe8ee3a Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 13 Aug 2024 09:07:24 +0000 Subject: [PATCH] Release 20240813.0.254439 --- 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 7dc1f0f..5932d3e 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/20240812.0.254164/base-20240812.0.254164.tar.zst" && \ - echo "aa995f1d541d88c53487a27288369b57848783d122e6596db3b49fe9d574421c base-20240812.0.254164.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240813.0.254439/base-20240813.0.254439.tar.zst" && \ + echo "c8722da32e49391c9caedddcc68f5b623021c00ecd943719eff57a7bb416417a base-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240812.0.254164.tar.zst + tar -C /rootfs --extract --file base-20240813.0.254439.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="20240812.0.254164" +LABEL org.opencontainers.image.version="20240813.0.254439" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-12T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240812.0.254164' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 63b107f..fbfd198 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/20240812.0.254164/base-devel-20240812.0.254164.tar.zst" && \ - echo "9c68d2eb349c12dfab8cec22ce1d8ad8f65591cac1c1357a28c75bf634fd66a2 base-devel-20240812.0.254164.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240813.0.254439/base-devel-20240813.0.254439.tar.zst" && \ + echo "418ab9b932c25fb67dd86d106853e3e5df19b774fa9aefdceacf083496474125 base-devel-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240812.0.254164.tar.zst + tar -C /rootfs --extract --file base-devel-20240813.0.254439.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="20240812.0.254164" +LABEL org.opencontainers.image.version="20240813.0.254439" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-12T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240812.0.254164' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index afb4be3..42208ce 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/20240812.0.254164/multilib-devel-20240812.0.254164.tar.zst" && \ - echo "fffdf6e2921fd681b2a33309a8b124c2289adb58cb95994fbef550c3a2f6dcb5 multilib-devel-20240812.0.254164.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240813.0.254439/multilib-devel-20240813.0.254439.tar.zst" && \ + echo "d97c67edb7e499dd9df4d3853683762c8ea564d4e8bdd0697d9bef678ce69647 multilib-devel-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240812.0.254164.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240813.0.254439.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="20240812.0.254164" +LABEL org.opencontainers.image.version="20240813.0.254439" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-12T09:07:27+00:00" +LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240812.0.254164' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]