distro/fedora: add container image type

Add a container image type that is based on the existing fedora
container image. There is a delta in terms of the configuration
because osbuild does not yet provide all the neccessary means,
but the package set is already very close.
This commit is contained in:
Christian Kellner 2022-06-27 21:08:14 +02:00
parent 59edcc4a46
commit c5a5da5f56
13 changed files with 45265 additions and 4 deletions

View file

@ -374,6 +374,7 @@ var imageTypeCompatMapping = map[string]string{
"oci": "oci",
"gce": "GCP",
"gce-rhui": "GCE RHUI",
"container": "container",
}
func imageTypeToCompatString(imgType distro.ImageType) string {