ublue-os/Bootc Image Builder
Build bootc images into disk images or ISOs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to the config file | yes | — |
| type | Type of image to build. Supported values: iso, raw, qcow2, vmdk, vdh, ami, gce | no | iso |
| image | Name of the image (e.g. ghcr.io/myorg/myimage:latest) | yes | — |
| bootc-image-builder-image | Name of the bootc image builder image | no | quay.io/centos-bootc/bootc-image-builder:latest |
| use-librepo | Use librepo for downloading packages for the output image. (can break if you are using an old bib image) | no | false |
| rootfs | Root filesystem type. Overrides the default from the source container. Supported values: ext4, xfs, btrfs | no | "" |
Outputs
| name | description |
|---|---|
| output-directory | Directory containing the built image |
| output-path | Path to the built image |
| checksum-path | Checksum of the built image |
| checksum | Checksum of the built image |