Live data from Hacker News

bootc-image-builder: Build your entire OS from a Containerfile

github.com

31–34 of 34 posts

Re: bootc-image-builder: Build your entire OS from a Containerfile

#31
post #15

Universal Blue (Bluefin etc.) has a reusable GitHub template. https://github.com/ublue-os/image-template

... and it works fabulously. I have been running Bluefin (same folks as Bazzite) from one of these templates for about 6 months and it has been a near on flawless experience. I have moved from Fedora 40->41->42 without having to touch a traditional "upgrade".

https://projectbluefin.io/

Re: bootc-image-builder: Build your entire OS from a Containerfile

#32

Huh, this is kinda wild. So for esxi images, this would seem to beat/potentially be simpler than the traditional Packer + interacting with an ISO on esxi infra, yes?

Arguably yes. I think the big improvement is that an upgrade is really just switching from image A to image B, rather than dozens to hundreds of individual package transactions. Furthermore parts of the system are fully mutable (e.g. /etc) allowing you to run automation against a system post install for more customisation.
Post reply on HN