What works on bootc images?

I saw some work is being done on bootc images as well as a dnf module. Wondering what modules are working if we want to build custom centos images? Has anyone experimented with that?
5 Replies
xyny
xyny2w ago
some modules might try using rpm-ostree, so they wouldn't work, but others should the main problem is that right now the containerfile template we're using is made for non-bootc images and does stuff like ostree container commit which is useless / unsupported on bootc images
Nobody Watchin
Nobody WatchinOP2w ago
interesting, so I should be able to take achillobator (bluefin LTS) and throw some gnome extensions and gschema overrides on top then?
xyny
xyny2w ago
try it!
Nobody Watchin
Nobody WatchinOP2w ago
Okay, just put a little repo together so I can start testing more bootc stuff I'm going to dedicate some hardware to some bootc images so we can test further on those. In the meantime, here's what I've got: https://github.com/nobodywatchin/bootc-testing
GitHub
GitHub - nobodywatchin/bootc-testing: this repo is for testing cust...
this repo is for testing custom bootc images from different sources using BlueBuild - nobodywatchin/bootc-testing
Nobody Watchin
Nobody WatchinOP2w ago
Haven't tested it on bare metal yet but it looks like almalinux and rockylinux are building!! I'm excited to see where we can take this

Did you find this page helpful?