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:
Achilleas Koutsou 2025-07-24 14:00:28 +02:00
parent b86d3afd8d
commit 6223c43cd7
5 changed files with 123 additions and 109 deletions

View file

@ -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: