Discontinue CentOS as a supported image #10

Open
techieb0y wants to merge 1 commit from techieb0y/capsul-images:dropcentos into main
3 changed files with 0 additions and 9 deletions

View file

View file

View file

@ -1,9 +0,0 @@
#!/bin/sh
case "$1" in
7) url='https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2' ;;
8) url='https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2' ;;
*) echo "not found" && exit 1 ;;
esac
wget "$url" -O "$1/root.img.qcow2"