From 2f98bd033a0a75d215a6902997d21c493da4e8de Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 24 Jul 2024 09:07:49 +0000 Subject: [PATCH] Release 20240724.0.249310 --- 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 b9920c2..06eb255 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/20240723.0.248940/base-20240723.0.248940.tar.zst" && \ - echo "e2ca9592d8a58e1479161bd7cf05c0c07684a4f77bbe778afb7bba321329d1df base-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/base-20240724.0.249310.tar.zst" && \ + echo "c645040fcdf4dccd22b22ea8e6aca41670f7aead0c2dda8bd8b5912afbabd4d6 base-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240723.0.248940.tar.zst + tar -C /rootfs --extract --file base-20240724.0.249310.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="20240723.0.248940" +LABEL org.opencontainers.image.version="20240724.0.249310" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-23T09:07:37+00:00" +LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9b49522..fb5a389 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/20240723.0.248940/base-devel-20240723.0.248940.tar.zst" && \ - echo "bd97a8f25b5f8ae49df6660b416c29be3e93753600cf05c3afa07575dbe7e91d base-devel-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/base-devel-20240724.0.249310.tar.zst" && \ + echo "85e1a8397c67c43b957d3b37cb432fadaaff6d1187133f9f862a8b8af752d8f0 base-devel-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240723.0.248940.tar.zst + tar -C /rootfs --extract --file base-devel-20240724.0.249310.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="20240723.0.248940" +LABEL org.opencontainers.image.version="20240724.0.249310" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-23T09:07:37+00:00" +LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6031d77..1104063 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/20240723.0.248940/multilib-devel-20240723.0.248940.tar.zst" && \ - echo "0791ab123cbd10451f8f3e87d9aa5e6e2463cabefb07ca327a126bab197e1592 multilib-devel-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/multilib-devel-20240724.0.249310.tar.zst" && \ + echo "09eedda8b8a16cf490ad8952f0266de8a8d0cd78aa94039f8e1f4544be157d31 multilib-devel-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240723.0.248940.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240724.0.249310.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="20240723.0.248940" +LABEL org.opencontainers.image.version="20240724.0.249310" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-23T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]