oci/upload: create image capability schema

After creating the custom image, make sure the capabilities default to
paravirtualized.
This commit is contained in:
Sanne Raymaekers 2023-08-24 13:31:56 +02:00 committed by Ondřej Budai
parent adf2d5b22a
commit b26458f1f1
2 changed files with 77 additions and 5 deletions

View file

@ -242,6 +242,6 @@ for (( i=0 ; i<30; i++ )); do
sleep 5
done
ssh -i "$SSH_KEY" redhat@"$PUBLIC_IP" uname -a
ssh -o StrictHostKeyChecking=no -i "$SSH_KEY" redhat@"$PUBLIC_IP" uname -a
greenprint "💚 Success"
exit 0