cloudapi: new image type: azure-sapapps-rhui
osbuild/images v0.156.0, updated in
3fd7092db5, introduced a new Azure image
type: azure-sapapps-rhui.
Adding it to the cloud API.
This commit is contained in:
parent
b86d3afd8d
commit
6223c43cd7
5 changed files with 123 additions and 109 deletions
|
|
@ -189,6 +189,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
|
|||
return "azure-eap7-rhui"
|
||||
case ImageTypesAzureSapRhui:
|
||||
return "azure-sap-rhui"
|
||||
case ImageTypesAzureSapappsRhui:
|
||||
return "azure-sapapps-rhui"
|
||||
case ImageTypesGuestImage:
|
||||
return "qcow2"
|
||||
case ImageTypesVsphere:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue