Release 20201020.6493

This commit is contained in:
automatic-release-token 2020-10-20 02:26:11 +00:00
parent 2d6948afc5
commit 3b8874980b
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/9e782ae1da761b3bec8a4008ee8bedfc/base-devel-20201020.6467.tar.xz)" && \
sha256sum -c <<< "c03455a6aa9e4a479fe936aa9905748136a9bb8a0cd705a5dd8b9d8cf37a6f43 base-devel-20201020.6467.tar.xz" && \
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" && \
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/0ae1b4b3655fc0d3982527269fa9021b/base-20201020.6467.tar.xz)" && \
sha256sum -c <<< "b731085938bbb1f1b1d48d82080da47f9a120453c76e66baefd4be9f84baaf11 base-20201020.6467.tar.xz" && \
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" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"