store: add new image type mappings and fix typos

This commit is contained in:
Achilleas Koutsou 2021-04-07 17:27:13 +02:00 committed by Tom Gundersen
parent 139c8eb3c4
commit e388706712

View file

@ -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
}