pull down to refresh
265 sats \ 0 replies \ @freetx 23 Jul \ parent \ on: bluefin - Next gen Linux workstation, reliability, performance, & sustainability devs
Yes, there are two main benefits: (a) atomic updates that can be rolled back, and (b) Both your OS and the apps / containers that run on the OS uses the same tooling (ie. podman).
Most of the servers I roll-out now are bootc versions and all applications I container-ize. That means that composing both the OS and the apps on the servers all uses same workflow.
Example (toy example) of a simple server:
Then you can build it with something like:
Then you can create your qcow2 image for use in qemu-kvm or even build an installable iso with bootc-image-builder, like: