Release 20201025.0.7175

This commit is contained in:
Arch Linux Docker release bot 2020-10-25 03:32:52 +00:00
parent 0ed3e80249
commit bfac114869
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
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/-/package_files/45/download)" && \
sha256sum -c <<< "4118073b71fa0f4dbb8fd267c91a39632be275b37f5ccad2d49443cfa86e3fbb base-devel-20201025.0.7144.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/49/download)" && \
sha256sum -c <<< "c6738ec91d88ab9c0b32d67ece506de3de36122a6c2672dfff7b08687e6ed442 base-devel-20201025.0.7175.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
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/-/package_files/43/download)" && \
sha256sum -c <<< "9bd0ff530a32b54e4cdf50554c1ae4be858ea39f235d9fdf6517bb974d1a6a8a base-20201025.0.7144.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/47/download)" && \
sha256sum -c <<< "d72adf698b3f8f5c5dc4354a25e6523e47be14919b33ed7784f7c3dd148e5026 base-20201025.0.7175.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"