From c8a74ce4b524da330a8073cfabd75eda656c28f4 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 29 Sep 2024 09:07:33 +0000 Subject: [PATCH] Release 20240929.0.266450 --- 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 f8db05b..e3a21e1 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/20240929.0.266368/base-20240929.0.266368.tar.zst" && \ - echo "b3cf29b3ffef9dc33dcadb3b0f8c029f66ddc034af95c61f6b94825c7b382b74 base-20240929.0.266368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240929.0.266450/base-20240929.0.266450.tar.zst" && \ + echo "7429a82bc585bcfe31746f167b81e049fd7cbcdff489178da89ea96f8afc2ba1 base-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240929.0.266368.tar.zst + tar -C /rootfs --extract --file base-20240929.0.266450.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="20240929.0.266368" +LABEL org.opencontainers.image.version="20240929.0.266450" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-29T00:07:44+00:00" +LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 8233d18..f4590da 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/20240929.0.266368/base-devel-20240929.0.266368.tar.zst" && \ - echo "3a90509ce63a71cb8bfef8cc948470991f69906a424b5078adc52b2f8d86b49a base-devel-20240929.0.266368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240929.0.266450/base-devel-20240929.0.266450.tar.zst" && \ + echo "d7d8b7bef386f2a35eab883d3fdd696bffd107a2c6f3c18a9a28f816073763f8 base-devel-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240929.0.266368.tar.zst + tar -C /rootfs --extract --file base-devel-20240929.0.266450.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="20240929.0.266368" +LABEL org.opencontainers.image.version="20240929.0.266450" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-29T00:07:44+00:00" +LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 94d6ce7..f00bd06 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/20240929.0.266368/multilib-devel-20240929.0.266368.tar.zst" && \ - echo "07698cbe9f6281b3c5d0ec0d59ec5d05453423e4d6cc3a29bb0c691f456997ba multilib-devel-20240929.0.266368.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240929.0.266450/multilib-devel-20240929.0.266450.tar.zst" && \ + echo "cc77f277a777c49fce48e2cf978c6ac3cede4d535455dc1965fa8db5bbc33dbf multilib-devel-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240929.0.266368.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240929.0.266450.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="20240929.0.266368" +LABEL org.opencontainers.image.version="20240929.0.266450" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-29T00:07:44+00:00" +LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266368' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]