Requirements for specific target platforms
Review the specific requirements and procedures necessary to prepare operating system images for deployment onto target platforms such as Red Hat OpenShift Virtualization and VMware vSphere.
Build images for Red Hat OpenShift Virtualization Copy linkLink copied!
When building operating system images and disk images for Red Hat OpenShift Virtualization, you can follow the generic image building process with the following changes:
About this task Copy linkLink copied!
- Using late binding by injecting the enrollment certificate or the agent configuration through
cloud-initwhen provisioning the virtual device. - Adding the
open-vm-toolsguest tools to the image. - Building a disk image of type
qcow2instead ofiso.
Complete the generic steps with changes to the following steps:
Procedure Copy linkLink copied!
Build the bootc image Copy linkLink copied!
Build, sign, and publish the bootc operating system image by following the generic image building process:
About this task Copy linkLink copied!
Procedure Copy linkLink copied!
What to do next Copy linkLink copied!
When the bootc-image-builder completes, you can find the disk image under ${PWD}/output/vmdk/disk.vmdk.
Build the QCoW2 disk image Copy linkLink copied!
Red Hat OpenShift Virtualization can download disk images from an OCI registry but it expects a container disk image instead of an OCI artifact.
About this task Copy linkLink copied!
Complete the following steps to build, sign, and upload the QCoW2 disk image:
Procedure Copy linkLink copied!
Build images for VMware vSphere Copy linkLink copied!
When building operating system images and disk images for VMware vSphere, you can follow the generic image building process with the following changes:
About this task Copy linkLink copied!
- Using late binding by injecting the enrollment certificate or the agent configuration through
cloud-initwhen provisioning the virtual device. - Adding the
open-vm-toolsguest tools to the image. - Building a disk image of type
vmdkinstead ofiso.
Complete the generic steps with changes to the following steps:
Procedure Copy linkLink copied!
What to do next Copy linkLink copied!
When the bootc-image-builder completes, you can find the disk image under ${PWD}/output/vmdk/disk.vmdk.