From aa9b86bfbbfc30585ec4964821118429dd7acd7a Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 4 Sep 2024 09:07:14 +0000 Subject: [PATCH] Release 20240904.0.260215 --- 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 e7e680b..e42f71b 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/20240903.0.259979/base-20240903.0.259979.tar.zst" && \ - echo "9ab48486a27c631c4bab086d3f6e5c56b76ff3c37c1afb1504f015097897ab6e base-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/base-20240904.0.260215.tar.zst" && \ + echo "5d0908a105aca4e59823c275c2288936866c99d4f12c5f4ae50b1fbdfd478a93 base-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240903.0.259979.tar.zst + tar -C /rootfs --extract --file base-20240904.0.260215.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="20240903.0.259979" +LABEL org.opencontainers.image.version="20240904.0.260215" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index ef5ce09..2c03f30 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/20240903.0.259979/base-devel-20240903.0.259979.tar.zst" && \ - echo "3d5053e975ca13fc58fe6ea2f0d46a85d1bc995753e551327622dd721b0f1cab base-devel-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/base-devel-20240904.0.260215.tar.zst" && \ + echo "1dddd1483b32231eec2be67ff15a9f01b124b5e6fad1d5fb7c8700dad2727b73 base-devel-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240903.0.259979.tar.zst + tar -C /rootfs --extract --file base-devel-20240904.0.260215.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="20240903.0.259979" +LABEL org.opencontainers.image.version="20240904.0.260215" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 439e36b..82ecdea 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/20240903.0.259979/multilib-devel-20240903.0.259979.tar.zst" && \ - echo "749d2bec52e62de78e4b22d47fc9a43983cfc68623a6c8fbf5da1404e5d9ba6b multilib-devel-20240903.0.259979.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240904.0.260215/multilib-devel-20240904.0.260215.tar.zst" && \ + echo "edbb418f180078f9c4dc1e622e59a3e02cc9d47e13ce34c988afb8d1b9397223 multilib-devel-20240904.0.260215.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240903.0.259979.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240904.0.260215.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="20240903.0.259979" +LABEL org.opencontainers.image.version="20240904.0.260215" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-03T09:07:31+00:00" +LABEL org.opencontainers.image.created="2024-09-04T09:07:14+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240903.0.259979' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240904.0.260215' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]