add platform parameter for container import

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-09-05 11:34:36 +02:00
committed by Jonathon Anderson
parent fd821495ce
commit dbdd85fe2b
6 changed files with 325 additions and 303 deletions

View File

@@ -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)