Skip to content

Commit

Permalink
Added Oracle Linux 8-9 (and 7 which doesn't work, but at least it's m…
Browse files Browse the repository at this point in the history
…arked)
  • Loading branch information
root committed Apr 27, 2024
1 parent be184e9 commit 9ebb9a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vmtree-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ images["rocky9"]="images:rockylinux/9/cloud" # Works, not thoroughly teste
images["suse"]="images:opensuse/tumbleweed/cloud" # Works, not thoroughly tested
images["suse154"]="images:opensuse/15.4/cloud" # Works, not thoroughly tested. Unfortunately there is no plain "15", so minor version will need to be updated
images["suse155"]="images:opensuse/15.5/cloud" # Works, not thoroughly tested. Unfortunately there is no plain "15", so minor version will need to be updated
images["oracle8"]="images:oracle/8/cloud" # Works, not thoroughly tested
images["oracle9"]="images:oracle/9/cloud" # Works, not thoroughly tested
# Tested NOT working:
#images["centos7"]="images:centos/7/cloud" # "requires a CGroupV1 host system"
#images["alpine"]="images:alpine/edge/cloud" # Needs manual enable of user account and shell change
#images["oracle7"]="images:oracle/7/cloud" # "requires a CGroupV1 host system"
echo -e "Available images (user-vmname-IMAGE): ${!images[*]}" >&2
IMAGE="${images[$REQIMAGE]:-ubuntu:24.04}"

Expand Down

0 comments on commit 9ebb9a8

Please sign in to comment.