image: add new image type "minimal-raw" for fedora
Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>
This commit is contained in:
parent
2e3dd16220
commit
0d16e2310e
11 changed files with 68481 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ var imageTypeCompatMapping = map[string]string{
|
|||
"tar": "Tar",
|
||||
"gce": "GCP",
|
||||
"gce-rhui": "GCE RHUI",
|
||||
"minimal-raw": "minimal-raw",
|
||||
}
|
||||
|
||||
func imageTypeToCompatString(imgType distro.ImageType) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue