Add RockyLinux 9.4 as a supported image #11

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

0
rockylinux/9/.gitkeep Normal file
View file

View file

@ -2,6 +2,7 @@
case "$1" in case "$1" in
8) url='https://download.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2' ;; 8) url='https://download.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2' ;;
9) url='https://download.rockylinux.org/pub/rocky/9.4/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2' ;;
*) echo "not found" && exit 1 ;; *) echo "not found" && exit 1 ;;
esac esac