From 2d5363c3859fdb645be4a5fb17a53edb638cd42d Mon Sep 17 00:00:00 2001 From: Arch Linux Docker release bot Date: Sun, 25 Oct 2020 03:00:51 +0000 Subject: [PATCH] Release 20201025.0.7116 --- ci/base-devel/Dockerfile | 4 ++-- ci/base/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/base-devel/Dockerfile b/ci/base-devel/Dockerfile index 5e4bb1b..fd0884b 100644 --- a/ci/base-devel/Dockerfile +++ b/ci/base-devel/Dockerfile @@ -10,8 +10,8 @@ # allow us to automate the releaes process. FROM archlinux:latest AS verify SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201025.0.7033/base-devel-20201025.0.7033.tar.xz)" && \ - sha256sum -c <<< "f1b7b3ae69dc5f6d013d9cfb949a740d113891e87f35e9c63a67f0fe41b08628 base-devel-20201025.0.7033.tar.xz" && \ +RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/41/download)" && \ + sha256sum -c <<< "9309c517f81fd00bb87e79f051f93eae9b7ae7e628813ad4b30af7a2d9f4369d base-devel-20201025.0.7116.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --auto-compress --file "${ROOTFS}" diff --git a/ci/base/Dockerfile b/ci/base/Dockerfile index d0526f7..fef6ebc 100644 --- a/ci/base/Dockerfile +++ b/ci/base/Dockerfile @@ -10,8 +10,8 @@ # allow us to automate the releaes process. FROM archlinux:latest AS verify SHELL ["/bin/bash", "-c"] -RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201025.0.7033/base-20201025.0.7033.tar.xz)" && \ - sha256sum -c <<< "b0c5922d77e11cabdea4b404b58db4e8d019092c328385cbd8fe47d336be51b9 base-20201025.0.7033.tar.xz" && \ +RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/39/download)" && \ + sha256sum -c <<< "b388140813c91862043a6d8cf3719764fcd940f5350a0720cc681ab8af0b0384 base-20201025.0.7116.tar.xz" && \ mkdir /rootfs && \ tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"