-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image: generate the all-manifest for bootc-disk
The bootc-disk image manifest now always contains all pipelines needed to generate all image types. This way we can build any combination of disk images depending on what we need to export without needing to conditionally add or remove pipelines. The Platform no longer needs to be read, since we're generating all of the formats and the architecture depends on the source container. However, the Platform is still required for specifying the boot mode (enabling or disabling BIOS boot). The first return value of the InstantiateManifestFromContainers() function, the artifact, was not used and has been removed now.
- Loading branch information
1 parent
88e71d7
commit f0de636
Showing
1 changed file
with
25 additions
and
44 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