From 3f3d22ed7c9c6bf5cd103d16b9c68770bcb42fa8 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 6 Aug 2024 09:07:30 +0000 Subject: [PATCH] Release 20240806.0.251909 --- 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 a43794e..4b6483e 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/20240805.0.251744/base-20240805.0.251744.tar.zst" && \ - echo "57879a07f6f18280c9df64958200a48708bb1da9339db70da5d97f9c46bf0a3a base-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/base-20240806.0.251909.tar.zst" && \ + echo "0d38a91e59bb49e46a11b87ff0bffc55d8f43c14b0e224c87b03abf672b0844e base-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240805.0.251744.tar.zst + tar -C /rootfs --extract --file base-20240806.0.251909.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="20240805.0.251744" +LABEL org.opencontainers.image.version="20240806.0.251909" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index bfbf9c5..407b530 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/20240805.0.251744/base-devel-20240805.0.251744.tar.zst" && \ - echo "aeccb1e37c1feb416735ce81f870ea61dbabe402bbd1520d37964880979dfa60 base-devel-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/base-devel-20240806.0.251909.tar.zst" && \ + echo "e5e0cd4af522e1d6146eeed8d9eb137034b57d8e3ae82cfc96f237d7f2ba87fc base-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240805.0.251744.tar.zst + tar -C /rootfs --extract --file base-devel-20240806.0.251909.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="20240805.0.251744" +LABEL org.opencontainers.image.version="20240806.0.251909" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 8b54a5a..403f10c 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/20240805.0.251744/multilib-devel-20240805.0.251744.tar.zst" && \ - echo "9d6f7048857895193276874e25712bcf57141e9870f9defb040b9ec98c1bcf7a multilib-devel-20240805.0.251744.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240806.0.251909/multilib-devel-20240806.0.251909.tar.zst" && \ + echo "b57d73548ba71ee7b764d0c123da767cb9310d556de1e5315bda295b3a54d2bf multilib-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240805.0.251744.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240806.0.251909.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="20240805.0.251744" +LABEL org.opencontainers.image.version="20240806.0.251909" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-05T09:07:38+00:00" +LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240805.0.251744' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]