(no title)
nikodunk | 14 days ago
Very similar to how Universal Blue, Bazzite, Bluefin etc. build at https://github.com/ublue-os/bazzite (see their Containerfile), but for mobile.
Has a similar mission to https://postmarketos.org, but with a different build system AFAICT
exceptione|14 days ago
1. https://docs.fedoraproject.org/en-US/bootc/getting-started/
curt15|14 days ago
arianvanp|14 days ago
Boot images should be Dm-verity protected EROFS images. We should not be building new things on OCI. It's really mind-blowing to me that this is a new direction people who are supposed to be top of class OS builders are moving to as a direction.
They took the CoreOS dream and threw everything in the trash
looperhacks|14 days ago
> Boot images should be Dm-verity protected EROFS images
Maybe I'm misunderstanding you - I gather that you think the boot images are distributed as OCI images? That's not the case, bootc is more about building the image, updating it and the overall structure. Booting an image built with bootc does not involve any container infrastructure (unless you start services that depend on containers, I guess - but that's deep in userspace). There's technically nothing preventing this from using verified read-only images.
exceptione|14 days ago
traverseda|13 days ago
https://github.com/bootc-dev/bootc/issues/865