You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not mention that when building an ostree with composer-cli for rhel-edge-installer, it is not possible to use a populated blueprint. The documentation at the RHEL site states that:
The “RHEL for Edge Installer (.iso)” image type does not support blueprint customizations or package selection. Therefore, if any customization or packages are specified, the build fails.
This problem arises when running the rfe-oci-iso pipeline, which executes a composer-cli command like this:
$> composer-cli compose start-ostree --ref rhel/8/x86_64/edge --url http://httpd-rfe.apps.mycluster.redhat.com/microshift/latest microshift rhel-edge-installer
2022-01-11 09:14:14,783: failed to create osbuild manifest: boot ISO image type"edge-installer" does not support blueprint customizations
The text was updated successfully, but these errors were encountered:
The documentation does not mention that when building an ostree with composer-cli for rhel-edge-installer, it is not possible to use a populated blueprint. The documentation at the RHEL site states that:
This problem arises when running the
rfe-oci-iso
pipeline, which executes acomposer-cli
command like this:The text was updated successfully, but these errors were encountered: