coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

osbuild: re-arrange manifests; tweak runvm-osbuild #3734

Closed dustymabe closed 5 months ago

dustymabe commented 5 months ago

The podman folks are going to start building their own disk images based off a derived container image built from our FCOS base container image. Rearranging things slightly in this repo will make it easier for them to re-use our image defnitions for now. See https://github.com/dustymabe/build-podman-machine-os-disks/tree/main

Having the podman team share our manifests like this isn't the long term solution. The long term solution is for the image definitions to live somewhere like osbuild/images and have everyone consume that. This change is part of a strategic short term play to get podman unblocked for Podman V5.