RHEL-86: add gce-rhui image type

Add the `gce-rhui` image type intended for Google Compute Engine. The image
uses Google's RHUI infrastructure to access Red Hat content.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2022-03-03 17:41:53 +01:00 committed by Tom Gundersen
parent db75c39c4d
commit 0219ad1f43
11 changed files with 11828 additions and 5 deletions

View file

@ -368,6 +368,7 @@ var imageTypeCompatMapping = map[string]string{
"ec2-ha": "ec2-ha",
"oci": "oci",
"gce": "GCP",
"gce-rhui": "GCE RHUI",
}
func imageTypeToCompatString(imgType distro.ImageType) string {