diff options
Diffstat (limited to 'cmd/podman')
-rw-r--r-- | cmd/podman/build.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/build.go b/cmd/podman/build.go index 180b43cbc..9d5dabe9f 100644 --- a/cmd/podman/build.go +++ b/cmd/podman/build.go @@ -166,6 +166,10 @@ func buildCmd(c *cli.Context) error { SystemContext: systemContext, CommonBuildOpts: commonOpts, DefaultMountsFilePath: c.GlobalString("default-mounts-file"), + IIDFile: c.String("iidfile"), + Squash: c.Bool("squash"), + Labels: c.StringSlice("label"), + Annotations: c.StringSlice("annotation"), } if !c.Bool("quiet") { |