distro: remove OSTreeImageOptions type and use ostree.RequestParams
This commit is contained in:
parent
102c322ec9
commit
f885de4c68
5 changed files with 9 additions and 13 deletions
|
|
@ -2300,7 +2300,7 @@ func (api *API) composeHandler(writer http.ResponseWriter, request *http.Request
|
|||
manifest, err := imageType.Manifest(bp.Customizations,
|
||||
distro.ImageOptions{
|
||||
Size: size,
|
||||
OSTree: distro.OSTreeImageOptions{
|
||||
OSTree: ostree.RequestParams{
|
||||
Ref: cr.OSTree.Ref,
|
||||
Parent: cr.OSTree.Parent,
|
||||
URL: cr.OSTree.URL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue