Merge pull request #7473 from giuseppe/honor-runtime-for-buildah
build: honor --runtime setting
This commit is contained in:
commit
c191466bd9
|
|
@ -436,6 +436,7 @@ func buildFlagsWrapperToOptions(c *cobra.Command, contextDir string, flags *buil
|
||||||
Quiet: flags.Quiet,
|
Quiet: flags.Quiet,
|
||||||
RemoveIntermediateCtrs: flags.Rm,
|
RemoveIntermediateCtrs: flags.Rm,
|
||||||
ReportWriter: reporter,
|
ReportWriter: reporter,
|
||||||
|
Runtime: containerConfig.RuntimePath,
|
||||||
RuntimeArgs: runtimeFlags,
|
RuntimeArgs: runtimeFlags,
|
||||||
SignBy: flags.SignBy,
|
SignBy: flags.SignBy,
|
||||||
SignaturePolicyPath: flags.SignaturePolicy,
|
SignaturePolicyPath: flags.SignaturePolicy,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue