From 81b609dcc664ab987dd1bf073530f74dbc2bc77e Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Sat, 17 Aug 2024 09:07:41 +0000 Subject: [PATCH] Release 20240817.0.255581 --- 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 1f1b6d9..575c1ea 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/20240816.0.255314/base-20240816.0.255314.tar.zst" && \ - echo "ef8726d4e1ac22784a06b9c8178cf9122dcaf75a7dce632f3c30eb19da40783a base-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240817.0.255581/base-20240817.0.255581.tar.zst" && \ + echo "ec54f2b5a97ff5f818b72eb6b086f9d6199b3064aba97ca46f7397f8d1f640ff base-20240817.0.255581.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240816.0.255314.tar.zst + tar -C /rootfs --extract --file base-20240817.0.255581.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="20240816.0.255314" +LABEL org.opencontainers.image.version="20240817.0.255581" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-08-17T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240817.0.255581' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 18a11ac..37d9b71 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/20240816.0.255314/base-devel-20240816.0.255314.tar.zst" && \ - echo "329ffe8f4d7095f95da7848ecf9eb283e4eed0c62b6baa464666030a7b8873e0 base-devel-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240817.0.255581/base-devel-20240817.0.255581.tar.zst" && \ + echo "69a1b23954a1ef25a062eead1c3caf7c2d00702687463705b82b862b1e91ada2 base-devel-20240817.0.255581.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240816.0.255314.tar.zst + tar -C /rootfs --extract --file base-devel-20240817.0.255581.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="20240816.0.255314" +LABEL org.opencontainers.image.version="20240817.0.255581" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-08-17T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240817.0.255581' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index db26417..2eceacd 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/20240816.0.255314/multilib-devel-20240816.0.255314.tar.zst" && \ - echo "38d4192b522a6851da8c2d1cb5cc3d5ba36329361fc1abeab065e4a8ae4bdf54 multilib-devel-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240817.0.255581/multilib-devel-20240817.0.255581.tar.zst" && \ + echo "9f2645b896842da66e36597ef826cf6735012f561f47838cd639f3ab9924bf39 multilib-devel-20240817.0.255581.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240816.0.255314.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240817.0.255581.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="20240816.0.255314" +LABEL org.opencontainers.image.version="20240817.0.255581" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00" +LABEL org.opencontainers.image.created="2024-08-17T09:07:41+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240817.0.255581' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]