From 9d917648590974b949a35ae8fe5fc07c97d59cba Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 9 Aug 2024 09:07:43 +0000 Subject: [PATCH] Release 20240809.0.252827 --- 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 b20527d..e01b097 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/20240808.0.252577/base-20240808.0.252577.tar.zst" && \ - echo "5ab7817758bdb2c70f300a169f4a28c88a152aff2a9f35bae93057d45f5c3df9 base-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/base-20240809.0.252827.tar.zst" && \ + echo "876fa544b09851bd38b4f1997f4b3679b197c70119ada2b2f2fb7fdd5c03adfe base-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240808.0.252577.tar.zst + tar -C /rootfs --extract --file base-20240809.0.252827.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="20240808.0.252577" +LABEL org.opencontainers.image.version="20240809.0.252827" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00" +LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9b0707e..13defe3 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/20240808.0.252577/base-devel-20240808.0.252577.tar.zst" && \ - echo "8c20632c378f4537793cb8667592ecd89fedb711e777cc4c98794973bec5751f base-devel-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/base-devel-20240809.0.252827.tar.zst" && \ + echo "cd0939a461e0390a90da754b8a3fcc60b1aab5c82cf2f4c45ad921454bc79a5b base-devel-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240808.0.252577.tar.zst + tar -C /rootfs --extract --file base-devel-20240809.0.252827.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="20240808.0.252577" +LABEL org.opencontainers.image.version="20240809.0.252827" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00" +LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index be29e40..a578f6a 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/20240808.0.252577/multilib-devel-20240808.0.252577.tar.zst" && \ - echo "3e8991c06bab1039a3f862d89827dd1f3daab1f4875aa855f2132da762d4bcad multilib-devel-20240808.0.252577.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240809.0.252827/multilib-devel-20240809.0.252827.tar.zst" && \ + echo "494ebccd6c0d88724b50728fcdff2adcacebed1006c8e2cd5cc287e789994d97 multilib-devel-20240809.0.252827.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240808.0.252577.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240809.0.252827.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="20240808.0.252577" +LABEL org.opencontainers.image.version="20240809.0.252827" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-08T09:09:01+00:00" +LABEL org.opencontainers.image.created="2024-08-09T09:07:43+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240808.0.252577' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240809.0.252827' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]