mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
Merge pull request #2401 from TomSweeneyRedHat/dev/tsweeney/buildah1.7
Vendor Buildah v1.7
This commit is contained in:
@@ -179,7 +179,7 @@ func buildCmd(c *cliconfig.BuildValues) error {
|
||||
}
|
||||
|
||||
runtimeFlags := []string{}
|
||||
for _, arg := range c.RuntimeOpts {
|
||||
for _, arg := range c.RuntimeFlags {
|
||||
runtimeFlags = append(runtimeFlags, "--"+arg)
|
||||
}
|
||||
// end from buildah
|
||||
@@ -258,6 +258,7 @@ func buildCmd(c *cliconfig.BuildValues) error {
|
||||
RuntimeArgs: runtimeFlags,
|
||||
SignaturePolicyPath: c.SignaturePolicy,
|
||||
Squash: c.Squash,
|
||||
Target: c.Target,
|
||||
}
|
||||
return runtime.Build(getContext(), c, options, dockerfiles)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user