this post was submitted on 06 Jun 2025
65 points (84.2% liked)
Linux
7694 readers
164 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No image mode is not required. It is the immutable mode for RHEL. Using image builder and bootc to create and upgrade your images. Ostree is sort of like putting your entire OS in git. For an upgrade it checks out a new branch, updates that branch, then you have to reboot into that branch. That makes the upgrade atomic and gives you the ability to rollback. It's what Core OS uses and what the Fedora Atomic desktops use. It's a much bigger thing in RHEL 10 and I suspect will take over a lot of the duties of Satellite at some point.
Ahhh so leapp will simply become less relevant because a better upgrade mechanism will take over
That's my thoughts anyway. The entire linux world seems to be heading the immutable direction.