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:
parent
db75c39c4d
commit
0219ad1f43
11 changed files with 11828 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue