From a31e5494d1279a4ba7fc80161ff1c4bf91f196bd Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sun, 27 Oct 2024 00:07:38 +0000 Subject: [PATCH] Release 20241027.0.273886 --- 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 633a6b0..b5be428 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/20241026.0.273678/base-20241026.0.273678.tar.zst" && \ - echo "5281b29ff0dc57affd606e7437bfbff4935a1858b390e5a7b11b1883c1ee3d88 base-20241026.0.273678.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241027.0.273886/base-20241027.0.273886.tar.zst" && \ + echo "5fad38afa609c2748ed1d586dfbcecb49237e2c13eb8ed4761d534c1d188a06d base-20241027.0.273886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241026.0.273678.tar.zst + tar -C /rootfs --extract --file base-20241027.0.273886.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="20241026.0.273678" +LABEL org.opencontainers.image.version="20241027.0.273886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-26T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-10-27T00:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241026.0.273678' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241027.0.273886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 63d1aed..278b4b1 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/20241026.0.273678/base-devel-20241026.0.273678.tar.zst" && \ - echo "dbc2bbb263db6cb8caa7d26dbc0b5bab2b822a30ad3715d9a38d07f30bf9451e base-devel-20241026.0.273678.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241027.0.273886/base-devel-20241027.0.273886.tar.zst" && \ + echo "630d81fd481e1e94147ba876ba291e0b1db567dc6292f7b3dca38031a715ea5f base-devel-20241027.0.273886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241026.0.273678.tar.zst + tar -C /rootfs --extract --file base-devel-20241027.0.273886.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="20241026.0.273678" +LABEL org.opencontainers.image.version="20241027.0.273886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-26T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-10-27T00:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241026.0.273678' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241027.0.273886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6b5a41a..8e4cb07 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/20241026.0.273678/multilib-devel-20241026.0.273678.tar.zst" && \ - echo "8488224ea892cabc7428eb7fbe14c1e8689adf196791151317df6be092935dec multilib-devel-20241026.0.273678.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241027.0.273886/multilib-devel-20241027.0.273886.tar.zst" && \ + echo "eee7a5aa7426f0ce5c34ec1ad49e0921413e08d9375dfef12dbb9022a78a08d3 multilib-devel-20241027.0.273886.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241026.0.273678.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241027.0.273886.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="20241026.0.273678" +LABEL org.opencontainers.image.version="20241027.0.273886" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-26T09:07:15+00:00" +LABEL org.opencontainers.image.created="2024-10-27T00:07:38+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241026.0.273678' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241027.0.273886' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]