add platform parameter for container import
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
fd821495ce
commit
dbdd85fe2b
@@ -25,6 +25,7 @@ func CobraRunE(cmd *cobra.Command, args []string) (err error) {
|
||||
OciNoHttps: OciNoHttps,
|
||||
OciUsername: OciUsername,
|
||||
OciPassword: OciPassword,
|
||||
Platform: Platform,
|
||||
}
|
||||
|
||||
_, err = apicontainer.ContainerImport(cip)
|
||||
|
||||
Reference in New Issue
Block a user