From 20a2b63fe13133c6f148a809f7a5a26cde3c2f69 Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Fri, 19 Jul 2024 09:07:15 +0000 Subject: [PATCH] Release 20240719.0.248235 --- 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 3b75f2a..d2779d0 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/20240718.0.248093/base-20240718.0.248093.tar.zst" && \ - echo "03f6771982e0db7e4d1de2c55b38516fc1a6648d2c75c8b571a22e9927ee2916 base-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240719.0.248235/base-20240719.0.248235.tar.zst" && \ + echo "868280e7c3fa2d93c48c0f38eb9ab06c54637160a6084c555d3f54f0061004ef base-20240719.0.248235.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240718.0.248093.tar.zst + tar -C /rootfs --extract --file base-20240719.0.248235.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="20240718.0.248093" +LABEL org.opencontainers.image.version="20240719.0.248235" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-19T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240719.0.248235' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 67334fb..2d92106 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/20240718.0.248093/base-devel-20240718.0.248093.tar.zst" && \ - echo "ad185711f43d33b76610a09470e5114962bc7b84cf40111a4ec43f61e5850872 base-devel-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240719.0.248235/base-devel-20240719.0.248235.tar.zst" && \ + echo "50748bb3b00f58344067a389c4b5fe44f7881793a9b01a6b4c494679ae46bdf0 base-devel-20240719.0.248235.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240718.0.248093.tar.zst + tar -C /rootfs --extract --file base-devel-20240719.0.248235.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="20240718.0.248093" +LABEL org.opencontainers.image.version="20240719.0.248235" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-19T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240719.0.248235' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index dd82bca..8a2b5cc 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/20240718.0.248093/multilib-devel-20240718.0.248093.tar.zst" && \ - echo "d827afdcd1ee9e6aab071ce35d9749f5c7708ce1ca950676ede37b4e5e03f4fb multilib-devel-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240719.0.248235/multilib-devel-20240719.0.248235.tar.zst" && \ + echo "baa48fc979a88b782cfcabfdb8dc2f94f4113d639107e088a0ebf5a0633365cf multilib-devel-20240719.0.248235.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240718.0.248093.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240719.0.248235.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="20240718.0.248093" +LABEL org.opencontainers.image.version="20240719.0.248235" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00" +LABEL org.opencontainers.image.created="2024-07-19T09:07:15+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240719.0.248235' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]