Release 20201020.6383

This commit is contained in:
automatic-release-token 2020-10-20 00:58:32 +00:00
parent bb6ff3c73b
commit 24985d5d2e
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/6b3e77b855f15944e92d8d5ef3c12f29/base-devel-20201020.6342.tar.xz)" && \
sha256sum -c <<< "6ea0f422d9376909a8becce5d3ce8591817840b2183c45c08d2b3e12aa356212 base-devel-20201020.6342.tar.xz" && \
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" && \
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/8c78f3b00c369b9f1fb8b6b4e9be617b/base-20201020.6342.tar.xz)" && \
sha256sum -c <<< "00b28d7bed8425202d4f6b61373064362350db12518839bea56e3d256e281ccd base-20201020.6342.tar.xz" && \
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" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"