-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podvm: Support for pre-built podvm image for Azure
Allows creating image version from pre-built qcow2/raw/vhd image. The pre-built image is available in a container image and the details needs to be specified in PODVM_IMAGE_URI in azure-podvm-image-cm.yaml. Azure accepts 1MB aligned VHD image only, so a qcow2 or raw will be converted to the same before uploading. qemu-img is used for the conversion. eg: oci::quay.io/openshift_sandboxed_containers/azure-podvm-image:latest::/image/podvm.vhd oci::quay.io/openshift_sandboxed_containers/azure-podvm-image:latest::/podvm.qcow2 Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com> podvm-builder: Add qemu-img package qemu-img will be used to verify the pre-built image as well as convert it to different format as needed Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
- Loading branch information
Showing
3 changed files
with
294 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters