Release 20201020.6467

This commit is contained in:
automatic-release-token 2020-10-20 01:57:30 +00:00
parent 026333d880
commit 10e066082d
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/f07d6ddc7fc4b3611b6ea7b58515f5a2/base-devel-20201020.6441.tar.xz)" && \
sha256sum -c <<< "5e67b9b2ffada0161a68555173e765d85630196a34470d31535cbf8c699f7acc base-devel-20201020.6441.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/9e782ae1da761b3bec8a4008ee8bedfc/base-devel-20201020.6467.tar.xz)" && \
sha256sum -c <<< "c03455a6aa9e4a479fe936aa9905748136a9bb8a0cd705a5dd8b9d8cf37a6f43 base-devel-20201020.6467.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/548e5076c542e793d547a419ee2c7e9e/base-20201020.6441.tar.xz)" && \
sha256sum -c <<< "73025d04499975075b3346ce2b9f686bc60ad52402d26b1e5e193c5b9e666f64 base-20201020.6441.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/0ae1b4b3655fc0d3982527269fa9021b/base-20201020.6467.tar.xz)" && \
sha256sum -c <<< "b731085938bbb1f1b1d48d82080da47f9a120453c76e66baefd4be9f84baaf11 base-20201020.6467.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"