From 4f2bcba392db69a57f60bbddd7553f221e3c92c6 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 11 Nov 2024 09:07:41 +0000 Subject: [PATCH] Release 20241111.0.278498 --- 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 6fe0d1a..f84e94d 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/20241110.0.278291/base-20241110.0.278291.tar.zst" && \ - echo "552e9bcb232ffb5931f45577beeaf41bd6d8846d77c2da631b940c5a2985cf83 base-20241110.0.278291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241111.0.278498/base-20241111.0.278498.tar.zst" && \ + echo "af0af89bbbecc1f89b26896ccbecd085eccae5251005273335e1115fd027d18e base-20241111.0.278498.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241110.0.278291.tar.zst + tar -C /rootfs --extract --file base-20241111.0.278498.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="20241110.0.278291" +LABEL org.opencontainers.image.version="20241111.0.278498" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-10T09:07:41+00:00" +LABEL org.opencontainers.image.created="2024-11-11T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241111.0.278498' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index db68f38..2a411ef 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/20241110.0.278291/base-devel-20241110.0.278291.tar.zst" && \ - echo "746c98e7f0c19b32f2159dc3784ac71e84bd94123ebf2666a04e22287a4a796e base-devel-20241110.0.278291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241111.0.278498/base-devel-20241111.0.278498.tar.zst" && \ + echo "a9be0408e0176968325cd7b2a0719d998ba491d8935580eb40425bfc4d478940 base-devel-20241111.0.278498.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241110.0.278291.tar.zst + tar -C /rootfs --extract --file base-devel-20241111.0.278498.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="20241110.0.278291" +LABEL org.opencontainers.image.version="20241111.0.278498" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-10T09:07:41+00:00" +LABEL org.opencontainers.image.created="2024-11-11T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241111.0.278498' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 4f73271..249aacd 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/20241110.0.278291/multilib-devel-20241110.0.278291.tar.zst" && \ - echo "6b955715a0c76a721dd8fb234b7b1dcf92821cf8c95f3bb8ba67b26716d7ed20 multilib-devel-20241110.0.278291.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241111.0.278498/multilib-devel-20241111.0.278498.tar.zst" && \ + echo "6c2384b5082fc39ed553a8e90a3a8f217afb1231c052ebafcc878e2fd8eb8169 multilib-devel-20241111.0.278498.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241110.0.278291.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241111.0.278498.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="20241110.0.278291" +LABEL org.opencontainers.image.version="20241111.0.278498" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-10T09:07:41+00:00" +LABEL org.opencontainers.image.created="2024-11-11T09:07:40+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241110.0.278291' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241111.0.278498' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]