Release 20201020.6441

This commit is contained in:
automatic-release-token 2020-10-20 01:44:44 +00:00
parent 40d4275198
commit 3ec9c84f70
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/fe83ec937dfbd47b8982a867e66a01d8/base-devel-20201020.6383.tar.xz)" && \
sha256sum -c <<< "4bff512b512003491af2d7d546c47c0d39c860092664c6e376aeb8d1e7a71347 base-devel-20201020.6383.tar.xz" && \
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" && \
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/43f8631c144b0406b5bd1a160241ebb6/base-20201020.6383.tar.xz)" && \
sha256sum -c <<< "7993f11890d929bc324585754ab52ecf35fb9f905ab7c10e877b67e9083e83a5 base-20201020.6383.tar.xz" && \
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" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"