JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

[FR] Add ability to use Unsigned Images #117

Closed noelmiller closed 6 months ago

noelmiller commented 6 months ago

Is your feature request related to a problem? Please describe. Currently we only support ostree-signed. We should add a feature to set to ostree-unverified when the container upstream is being set.

Describe the solution you'd like Have a flag to disable signed images for the action as well as the container. This would be useful for testing in a lab as well as images that aren't being signed.

Describe alternatives you've considered We could just not?

Additional context @JasonN3 and I discussed this while working on the fedora-bootc feature.