cloudapi: enable iot-bootable-container image type
This commit is contained in:
parent
d97f54cc5c
commit
52d4b196a3
4 changed files with 193 additions and 184 deletions
|
|
@ -334,6 +334,8 @@ func imageTypeFromApiImageType(it ImageTypes, arch distro.Arch) string {
|
|||
return "rhel-edge-container"
|
||||
case ImageTypesEdgeInstaller:
|
||||
return "rhel-edge-installer"
|
||||
case ImageTypesIotBootableContainer:
|
||||
return "iot-bootable-container"
|
||||
case ImageTypesIotCommit:
|
||||
return "iot-commit"
|
||||
case ImageTypesIotContainer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue