The public bootc-image-builder docs for bootc-installer are incomplete. bootc-image-builder build --help documents the flags, but README misses that bootc-installer needs both a build container and an installer payload ref.
For bootc-installer, bootc-image-builder build --help exposes::
--build-container
--installer-payload-ref
But the published docs still suggest the simpler single imgref flow, which leads to:
error: cannot build manifest: no installer payload bootc ref set
The public
bootc-image-builderdocs forbootc-installerare incomplete.bootc-image-builder build --helpdocuments the flags, but README misses thatbootc-installerneeds both a build container and an installer payload ref.For
bootc-installer,bootc-image-builder build --helpexposes::But the published docs still suggest the simpler single imgref flow, which leads to: