From f3f1b66edab3e90ee10cb4d725da7c9623e31e02 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 1 Dec 2024 00:07:55 +0000 Subject: [PATCH] Release 20241201.0.284684 --- 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 6fa1f49..6a7e026 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/20241130.0.284557/base-20241130.0.284557.tar.zst" && \ - echo "af3e729c454b44a93d41c160214743eea913eca4c141634acfc582e2b4fa3b07 base-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/base-20241201.0.284684.tar.zst" && \ + echo "99c48aad63c184fa2b1d1005f97bd9367648a58de9bb1ed059abd8aaff0c1c17 base-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241130.0.284557.tar.zst + tar -C /rootfs --extract --file base-20241201.0.284684.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="20241130.0.284557" +LABEL org.opencontainers.image.version="20241201.0.284684" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 4a733e8..1f33ef8 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/20241130.0.284557/base-devel-20241130.0.284557.tar.zst" && \ - echo "cd63a853159004009cc5af34fe23c20d10cdda3cec4822a6287bf9990e8917d2 base-devel-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/base-devel-20241201.0.284684.tar.zst" && \ + echo "5034a104a6741a8bd48681a2c91e0789bc7f1c7c96644448da5e5e282a90d507 base-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241130.0.284557.tar.zst + tar -C /rootfs --extract --file base-devel-20241201.0.284684.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="20241130.0.284557" +LABEL org.opencontainers.image.version="20241201.0.284684" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index b13d428..d1dbbb1 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/20241130.0.284557/multilib-devel-20241130.0.284557.tar.zst" && \ - echo "d9e38d71bef6aa12df4d5f5fbde2e4e8110c66c31a3365ed7f6261f33ae3b704 multilib-devel-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/multilib-devel-20241201.0.284684.tar.zst" && \ + echo "43c471097d6ddfdd30a143db825f806e841a12dfae3e5d1ee40a9781d0aa7ab6 multilib-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241130.0.284557.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241201.0.284684.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="20241130.0.284557" +LABEL org.opencontainers.image.version="20241201.0.284684" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]