cloudapi: Add optional image_type to depsolve yaml
This will be used to select the image type to combine the blueprint with when depsolving the packages that will be on the final image.
This commit is contained in:
parent
37cf953f5a
commit
c2f982e6cc
2 changed files with 216 additions and 213 deletions
|
|
@ -2586,6 +2586,8 @@ components:
|
|||
example: 'x86_64'
|
||||
blueprint:
|
||||
$ref: '#/components/schemas/Blueprint'
|
||||
image_type:
|
||||
$ref: '#/components/schemas/ImageTypes'
|
||||
|
||||
DepsolveResponse:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue