Skip to content

Commit

Permalink
Merge pull request #7473 from giuseppe/honor-runtime-for-buildah
Browse files Browse the repository at this point in the history
build: honor --runtime setting
  • Loading branch information
openshift-merge-robot authored Sep 24, 2020
2 parents 3957058 + 7807bf1 commit c191466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/podman/images/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ func buildFlagsWrapperToOptions(c *cobra.Command, contextDir string, flags *buil
Quiet: flags.Quiet,
RemoveIntermediateCtrs: flags.Rm,
ReportWriter: reporter,
Runtime: containerConfig.RuntimePath,
RuntimeArgs: runtimeFlags,
SignBy: flags.SignBy,
SignaturePolicyPath: flags.SignaturePolicy,
Expand Down

0 comments on commit c191466

Please sign in to comment.