From dfafc123c7a74764c6a222dc496c6d752aabc5ca Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 30 Jul 2024 09:07:34 +0000 Subject: [PATCH] Release 20240730.0.250500 --- 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 d1db0ab..4374c8b 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/20240729.0.250263/base-20240729.0.250263.tar.zst" && \ - echo "2405c66a84d5df12cf963b8da6fb6e343f2ba053056b266e3e0546f14c56c6ec base-20240729.0.250263.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240730.0.250500/base-20240730.0.250500.tar.zst" && \ + echo "268bff4b049dfabe73dd2d945f4eb22f5663e4b75682fa6ea3b559f2d17440a7 base-20240730.0.250500.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240729.0.250263.tar.zst + tar -C /rootfs --extract --file base-20240730.0.250500.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="20240729.0.250263" +LABEL org.opencontainers.image.version="20240730.0.250500" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-29T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-30T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240729.0.250263' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240730.0.250500' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 7abf938..82c14f7 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/20240729.0.250263/base-devel-20240729.0.250263.tar.zst" && \ - echo "46396fc2acfc869a9795944535ad73b94234b9044e2d70355261aee1461025b7 base-devel-20240729.0.250263.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240730.0.250500/base-devel-20240730.0.250500.tar.zst" && \ + echo "e6cd53cac6c7b1ba2f6aad71414875df685e5fb0393bf24274b818ec305ca680 base-devel-20240730.0.250500.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240729.0.250263.tar.zst + tar -C /rootfs --extract --file base-devel-20240730.0.250500.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="20240729.0.250263" +LABEL org.opencontainers.image.version="20240730.0.250500" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-29T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-30T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240729.0.250263' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240730.0.250500' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 3a8641f..edf5a9d 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/20240729.0.250263/multilib-devel-20240729.0.250263.tar.zst" && \ - echo "7f16e58eec922a64906c9908f0600028d627e468a99f2bd380f32a73168da831 multilib-devel-20240729.0.250263.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240730.0.250500/multilib-devel-20240730.0.250500.tar.zst" && \ + echo "c3ad7bb915de153e5b419df3855cddbaea204d9e2cd335b18aaf992611805040 multilib-devel-20240730.0.250500.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240729.0.250263.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240730.0.250500.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="20240729.0.250263" +LABEL org.opencontainers.image.version="20240730.0.250500" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-29T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-30T09:07:34+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240729.0.250263' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240730.0.250500' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]