Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

README_bootc_image_builder.md

File metadata and controls

16 lines (12 loc) · 1.16 KB

This tools allows you to build and deploy disk-images from bootc container inputs.

The following image disk types are currently available:

Image type Target environment
ami Amazon Machine Image
qcow2 (default) QEMU
vmdk VMDK usable in vSphere, among others
anaconda-iso An unattended Anaconda installer that installs to the first disk found.
raw Unformatted raw disk.

The recipe Makefile can be used to automatically generate a disk image from the bootc image. The following command will create an qcow2 image file from the default bootc image in the build subdirectory.

make bootc-image-builder DISK_TYPE=qcow2