From 774cac3d561bc51e0842e668d9dd050d7115eb39 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Wed, 2 Oct 2024 09:07:23 +0000 Subject: [PATCH] Release 20241002.0.267383 --- 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 ad91b8b..1c3275a 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/20241001.0.267050/base-20241001.0.267050.tar.zst" && \ - echo "793bed00abaed870f3fbab7d9d9876d821c18be10efafd090e055e1a9af5d4c7 base-20241001.0.267050.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241002.0.267383/base-20241002.0.267383.tar.zst" && \ + echo "0bcdb45f898e4194d7049164101015560e2b6a1e546479c6a09e952dc5960674 base-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20241001.0.267050.tar.zst + tar -C /rootfs --extract --file base-20241002.0.267383.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="20241001.0.267050" +LABEL org.opencontainers.image.version="20241002.0.267383" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-01T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241001.0.267050' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 985ce36..e67fa71 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/20241001.0.267050/base-devel-20241001.0.267050.tar.zst" && \ - echo "f391c0a1d90d4b4c2432004409d85f36d913e37d75e23affcad65cdcd47e8957 base-devel-20241001.0.267050.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241002.0.267383/base-devel-20241002.0.267383.tar.zst" && \ + echo "544b7602c1f2526334f54498047c0fb0432e03b33fc30a5decc00e355bf52716 base-devel-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20241001.0.267050.tar.zst + tar -C /rootfs --extract --file base-devel-20241002.0.267383.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="20241001.0.267050" +LABEL org.opencontainers.image.version="20241002.0.267383" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-01T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241001.0.267050' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index dbaf804..783c5e9 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/20241001.0.267050/multilib-devel-20241001.0.267050.tar.zst" && \ - echo "a8d423608f2e1c9a5b26437cad7daf906ef27033c71f45710b5d5daa7c9c812c multilib-devel-20241001.0.267050.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241002.0.267383/multilib-devel-20241002.0.267383.tar.zst" && \ + echo "133299ba1eb8340ec0b25025048a1b050094cb327e87380e97ff32357b25aa58 multilib-devel-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20241001.0.267050.tar.zst + tar -C /rootfs --extract --file multilib-devel-20241002.0.267383.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="20241001.0.267050" +LABEL org.opencontainers.image.version="20241002.0.267383" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-10-01T09:07:39+00:00" +LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20241001.0.267050' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]