RHEL-90: add gce image type
Add the `gce` image type intended for Google Compute Engine. The image is BYOS - bring your own subscription and requires registering in order to access Red Hat content. Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ea3e6f072e
commit
5d27b7c784
16 changed files with 24367 additions and 1 deletions
|
|
@ -367,6 +367,7 @@ var imageTypeCompatMapping = map[string]string{
|
|||
"ec2": "ec2",
|
||||
"ec2-ha": "ec2-ha",
|
||||
"oci": "oci",
|
||||
"gce": "GCP",
|
||||
}
|
||||
|
||||
func imageTypeToCompatString(imgType distro.ImageType) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue