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.