Release 20201020.6523

This commit is contained in:
automatic-release-token 2020-10-20 02:45:20 +00:00
parent 8f7837598b
commit 7f684cdd75
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/cfdfa305d34b89838ed3e69089287405/base-devel-20201020.6493.tar.xz)" && \
sha256sum -c <<< "15603329c2b8805f141dcf15f307880ce9ff2b2f99f527d401eed32ad3dd96b7 base-devel-20201020.6493.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/1e35d4772c86844091c6d77d1d0cf6d8/base-devel-20201020.6523.tar.xz)" && \
sha256sum -c <<< "bb0c31be47f8179e3479f52e9da2a180dda2d3744ab29e375922124d0e974165 base-devel-20201020.6523.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"

View File

@ -1,7 +1,7 @@
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/fde4f8d9d3c7ff5acc339a8043619ab9/base-20201020.6493.tar.xz)" && \
sha256sum -c <<< "ac4b8cb88d4210d294d32c7c42eb90bca08dddca844b10b377f2565853c9fdb9 base-20201020.6493.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/9c5da71afe55581a4ac6ebd946406919/base-20201020.6523.tar.xz)" && \
sha256sum -c <<< "c7fb68fb7f26f2d7fed45f748058f8b81872b6121ad518add7373285fa48d16b base-20201020.6523.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"