From 2bc2aadde3d606fcd3cf69935ae64b237c17bf77 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Mon, 16 Sep 2024 09:07:27 +0000 Subject: [PATCH] Release 20240916.0.263436 --- 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 ae87b81..f399a83 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/20240915.0.263086/base-20240915.0.263086.tar.zst" && \ - echo "ae07fd8ff216e23ee1fff312988f03bde4a590dd0c8170b500e01db08506b4d1 base-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240916.0.263436/base-20240916.0.263436.tar.zst" && \ + echo "ab101fcaa8ee628ead27d65618c4108e76ed53301623f40529e41af82c87f6f0 base-20240916.0.263436.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240915.0.263086.tar.zst + tar -C /rootfs --extract --file base-20240916.0.263436.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="20240915.0.263086" +LABEL org.opencontainers.image.version="20240916.0.263436" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" +LABEL org.opencontainers.image.created="2024-09-16T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240916.0.263436' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 72e7327..c13305f 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/20240915.0.263086/base-devel-20240915.0.263086.tar.zst" && \ - echo "7e05bee4a6ac0503793a60a2a3b8885b216f3c923bc447ad732b74757ad26e12 base-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240916.0.263436/base-devel-20240916.0.263436.tar.zst" && \ + echo "027840d80298fcaacffc748e6bdb0e06f216302ba4cb08471c9b9d163ffbd3f7 base-devel-20240916.0.263436.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240915.0.263086.tar.zst + tar -C /rootfs --extract --file base-devel-20240916.0.263436.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="20240915.0.263086" +LABEL org.opencontainers.image.version="20240916.0.263436" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" +LABEL org.opencontainers.image.created="2024-09-16T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240916.0.263436' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 71368e2..cfd08c3 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/20240915.0.263086/multilib-devel-20240915.0.263086.tar.zst" && \ - echo "8c1fb915c40d3b3d429bc18ddde122ec457df6ace84a4531bc8a59afefdc1225 multilib-devel-20240915.0.263086.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240916.0.263436/multilib-devel-20240916.0.263436.tar.zst" && \ + echo "ae24c237bb4f0da99f08bdfdeae729c30b4e8cd40d112f252d8096e6486a86d7 multilib-devel-20240916.0.263436.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240915.0.263086.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240916.0.263436.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="20240915.0.263086" +LABEL org.opencontainers.image.version="20240916.0.263436" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-09-15T09:07:46+00:00" +LABEL org.opencontainers.image.created="2024-09-16T09:07:27+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240915.0.263086' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240916.0.263436' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]