-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
The user can create a single image with the IB API command. Document this scenario based on IB API draft
{
"image_name": "My guest image",
"distribution": "rhel-9",
"image_requests": [
{
"architecture": "x86_64",
"image_type": "guest-image",
"upload_request": {
"type": "aws.s3",
"options": {}
}
}
],
"customizations": {
"packages": [
"nginx"
],
"filesystem": [
],
"subscription":
}
}