From 5eb2c69412ca9dc842d45fe8889f5a5679909f2d Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 14 Aug 2024 09:07:29 +0000 Subject: [PATCH] Release 20240814.0.254658 --- 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 5932d3e..d0d662e 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/20240813.0.254439/base-20240813.0.254439.tar.zst" && \ - echo "c8722da32e49391c9caedddcc68f5b623021c00ecd943719eff57a7bb416417a base-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240814.0.254658/base-20240814.0.254658.tar.zst" && \ + echo "9a94082d15fe77aebf4f243cd19bf69120764a90f3d549f1acbc8a3b381a3928 base-20240814.0.254658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240813.0.254439.tar.zst + tar -C /rootfs --extract --file base-20240814.0.254658.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="20240813.0.254439" +LABEL org.opencontainers.image.version="20240814.0.254658" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-08-14T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240814.0.254658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index fbfd198..652ce17 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/20240813.0.254439/base-devel-20240813.0.254439.tar.zst" && \ - echo "418ab9b932c25fb67dd86d106853e3e5df19b774fa9aefdceacf083496474125 base-devel-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240814.0.254658/base-devel-20240814.0.254658.tar.zst" && \ + echo "ddf4c50551bcd589443c437d2375abcabf93443d6c4c9d16807ca3f2e9cf42f5 base-devel-20240814.0.254658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240813.0.254439.tar.zst + tar -C /rootfs --extract --file base-devel-20240814.0.254658.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="20240813.0.254439" +LABEL org.opencontainers.image.version="20240814.0.254658" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-08-14T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240814.0.254658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 42208ce..5ff9455 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/20240813.0.254439/multilib-devel-20240813.0.254439.tar.zst" && \ - echo "d97c67edb7e499dd9df4d3853683762c8ea564d4e8bdd0697d9bef678ce69647 multilib-devel-20240813.0.254439.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240814.0.254658/multilib-devel-20240814.0.254658.tar.zst" && \ + echo "796623d5361866a6955e0f1c1ad33b055d876a3dffa92f7a414c78bf31c0491d multilib-devel-20240814.0.254658.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240813.0.254439.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240814.0.254658.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="20240813.0.254439" +LABEL org.opencontainers.image.version="20240814.0.254658" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-13T09:07:24+00:00" +LABEL org.opencontainers.image.created="2024-08-14T09:07:29+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240813.0.254439' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240814.0.254658' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]