You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below example you can see how the web UI supports importing OCI-format images.
These are effectively tarballs containing:
image_metadata.json containing various useful metadata
output.QCOW2 the actual image as a qcow format disk
But this is not possible in the CLI - only VMDK and QCOW2 formats are supported.
Can we have this added please, along with some improved docs on how to use this?
Having this functionality exposed in the CLI makes it much easier to upload images, and
the metadata file already contains settings, so we don't need to make additional API
calls to modify it again later.
The text was updated successfully, but these errors were encountered:
Actually the main reason we're interested in this, is that the OCI bundle includes metadata about the shape compatibility. If its possible to provide that at import time via another parameter, that would also be fine.
In the below example you can see how the web UI supports importing OCI-format images.
These are effectively tarballs containing:
image_metadata.json
containing various useful metadataoutput.QCOW2
the actual image as a qcow format diskBut this is not possible in the CLI - only
VMDK
andQCOW2
formats are supported.Can we have this added please, along with some improved docs on how to use this?
Having this functionality exposed in the CLI makes it much easier to upload images, and
the metadata file already contains settings, so we don't need to make additional API
calls to modify it again later.
The text was updated successfully, but these errors were encountered: