Release 20201020.6342

This commit is contained in:
automatic-release-token 2020-10-20 00:29:45 +00:00
parent ff691ecc2a
commit d525b6da10
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/77ce9d3fc8a189f8d55946db6b45ab2d/base-devel-20201019.6288.tar.xz)" && \
sha256sum -c <<< "Path('output/base-devel.tar.xz.SHA256').read_text()[0:64] base-devel-20201019.6288.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/6b3e77b855f15944e92d8d5ef3c12f29/base-devel-20201020.6342.tar.xz)" && \
sha256sum -c <<< "6ea0f422d9376909a8becce5d3ce8591817840b2183c45c08d2b3e12aa356212 base-devel-20201020.6342.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/c2404963a8e1847c3e01cde076cc6a9b/base-20201019.6288.tar.xz)" && \
sha256sum -c <<< "Path('output/base.tar.xz.SHA256').read_text()[0:64] base-20201019.6288.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/uploads/8c78f3b00c369b9f1fb8b6b4e9be617b/base-20201020.6342.tar.xz)" && \
sha256sum -c <<< "00b28d7bed8425202d4f6b61373064362350db12518839bea56e3d256e281ccd base-20201020.6342.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"