distro/rhel85: tar-installer -> image-installer

Renamed tar-installer to image-installer.
This is a more appropriate name:
- It disassociates the image type from the "tar" image type. The two
  should not be perceived to be connected.
- It's more descriptive. The format of the payload (tar) isn't relevant
  to the purpose of the image type.
This commit is contained in:
Achilleas Koutsou 2021-08-10 15:11:38 +02:00 committed by Tom Gundersen
parent e171977d09
commit ab264abd76
6 changed files with 10 additions and 10 deletions

View file

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