From f8a1da2a5c90a8e890b9812845a37147ff3f646b Mon Sep 17 00:00:00 2001 From: GITLAB_PROJECT_TOKEN Date: Tue, 9 Jul 2024 09:07:28 +0000 Subject: [PATCH] Release 20240709.0.246045 --- 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 e66419b..a97cc59 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/20240708.0.245763/base-20240708.0.245763.tar.zst" && \ - echo "28d08321888422846d6106b0154162e3967ebc0c016fde728518e766d5767675 base-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240709.0.246045/base-20240709.0.246045.tar.zst" && \ + echo "bb25d5a3c31042727f897e6e25a5d4e21f703b64a197b2e56978e8f50151becc base-20240709.0.246045.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-20240708.0.245763.tar.zst + tar -C /rootfs --extract --file base-20240709.0.246045.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="20240708.0.245763" +LABEL org.opencontainers.image.version="20240709.0.246045" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-07-09T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240709.0.246045' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.base-devel b/Dockerfile.base-devel index 9fd1517..748684c 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/20240708.0.245763/base-devel-20240708.0.245763.tar.zst" && \ - echo "b42a750c82f699efa5a218e2416fd1c928a9b518a62706f1bcc323ceeb4a16e2 base-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240709.0.246045/base-devel-20240709.0.246045.tar.zst" && \ + echo "74d8513cc7fd1b01e8bf4b45ceb9532cdf569d2bc2df341684552565da9678c5 base-devel-20240709.0.246045.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file base-devel-20240708.0.245763.tar.zst + tar -C /rootfs --extract --file base-devel-20240709.0.246045.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="20240708.0.245763" +LABEL org.opencontainers.image.version="20240709.0.246045" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-07-09T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240709.0.246045' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"] diff --git a/Dockerfile.multilib-devel b/Dockerfile.multilib-devel index 6ec9258..95097ea 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/20240708.0.245763/multilib-devel-20240708.0.245763.tar.zst" && \ - echo "ddce3793ff0b13213ec10384550d43c4c597756c81fe19c19ebce9ea15d39805 multilib-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \ +RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240709.0.246045/multilib-devel-20240709.0.246045.tar.zst" && \ + echo "b46ff9300ed7f96be9d837e40c2c4411e843bb60ce91f8b2eba9d12ca868f2e5 multilib-devel-20240709.0.246045.tar.zst" > /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \ mkdir /rootfs && \ - tar -C /rootfs --extract --file multilib-devel-20240708.0.245763.tar.zst + tar -C /rootfs --extract --file multilib-devel-20240709.0.246045.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="20240708.0.245763" +LABEL org.opencontainers.image.version="20240709.0.246045" LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725" -LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00" +LABEL org.opencontainers.image.created="2024-07-09T09:07:28+00:00" COPY --from=verify /rootfs/ / RUN ldconfig && \ - sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release + sed -i '/BUILD_ID/a VERSION_ID=20240709.0.246045' /etc/os-release ENV LANG=C.UTF-8 CMD ["/usr/bin/bash"]