Fedora CoreOS container images

Hi, new to incus (and system containers in general). I wanted to ask if it would be possible or if it is planned to add Fedora CoreOS images to incus default registry to run as containers? I wanted to try an immutable OS to run my application containers with easy future OS upgrades…

We’ve tried providing Ubuntu Core images in the past, but found that immutable Linux distros really don’t play well with running inside of containers as they generally require the ability to set up pretty complex filesystem layering right at boot time as well as the ability to swap between versions at boot (and rollback).

That kind of logic is usually handled by the bootloader and/or initrd, neither of which exist in a container world.

So in general, I’d recommend using a VM for such cases.

1 Like

For the record here a backlink to the Fedora CoreOS project/issue on that issue:

Aka so they could provide an ready-to-use (VM) image that can be used. I assume yes VM images are meant, not container ones. There are also links inside where people already used it, so it is definitively possible to setup.

Feel free to upvote the issue, of course. :slightly_smiling_face: