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:
parent
59edcc4a46
commit
c5a5da5f56
13 changed files with 45265 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue