rhel85: new image type tar-installer

This commit is contained in:
Achilleas Koutsou 2021-04-14 15:47:01 +02:00 committed by Alexander Todorov
parent e1e4a1f845
commit 19d15af788
5 changed files with 131 additions and 11 deletions

View file

@ -354,6 +354,7 @@ var imageTypeCompatMapping = map[string]string{
"edge-commit": "edge-commit",
"edge-container": "edge-container",
"edge-installer": "edge-installer",
"tar-installer": "tar-installer",
"test_type": "test_type", // used only in json_test.go
"test_type_invalid": "test_type_invalid", // used only in json_test.go
}