Robert Sturla
Robert Sturla
It would be helpful for automation if the artifact output directories matches the inputs provided to BIB. Current: ``` ./output/**qcow2**/disk.qcow2 // --type **qcow2** ./output/**image**/disk.raw // --type **raw** ./output/**bootiso**/install.iso // --type...
> > Do we want to add manifests for all custom images? I can imageing the list becoming very long. Or should there be some way to pass it in...
When creating a BIB image without specifying a kickstart script in the configuration, the following command is added as a %post step: ``` bootc switch --mutate-in-place --transport %s %s ```...
Due to he switch to RPM 6, installing the nvidia-container-toolkit fails in F43 and was subsequently removed from the ublue-os/akmods repo. We can add it here with a little hacking...
We should host our OCI images through custom domains for a few reasons: 1. It looks more professional 2. We would no longer tied to a single OCI registry 3....
### Describe the bug I'm not quite sure where the responsibility for verifying signatures lives. Could be here, bootc-dev/bootc or containers/container-libs. Please could you advise if this is better somewhere...