store: add new image type mappings and fix typos
This commit is contained in:
parent
139c8eb3c4
commit
e388706712
1 changed files with 5 additions and 2 deletions
|
|
@ -349,8 +349,11 @@ var imageTypeCompatMapping = map[string]string{
|
|||
"tar": "Tar",
|
||||
"fedora-iot-commit": "fedora-iot-commit",
|
||||
"rhel-edge-commit": "rhel-edge-commit",
|
||||
"rhel-edge-container": "rhen-edge-container",
|
||||
"rhel-edge-installer": "rhen-edge-installer",
|
||||
"rhel-edge-container": "rhel-edge-container",
|
||||
"rhel-edge-installer": "rhel-edge-installer",
|
||||
"edge-commit": "edge-commit",
|
||||
"edge-container": "edge-container",
|
||||
"edge-installer": "edge-installer",
|
||||
"test_type": "test_type", // used only in json_test.go
|
||||
"test_type_invalid": "test_type_invalid", // used only in json_test.go
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue