oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Add support for creating KubeVirt-compatible OCK images #24

Open dkrasins opened 4 weeks ago

dkrasins commented 4 weeks ago

It must be possible to take an existing container image that contains an bootable OCK image (e.g. container-registry.oracle.com/olcne/ock) and convert it into a VM image usable to KubeVirt. The images from OCR are already intended to be used with KubeVirt directly, so this should amount to little more than unpacking the image and extracting the boot volume to an accessible location.

Note that while it is possible to use the container image from OCR directly as boot media, there are significant limitations to doing so because the VM will not have a persistent root filesystem.

Requirements

Notes

Not much to note here...