diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-30 05:30:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 05:30:22 -0400 |
commit | 0d8d805a76762276c62bd7260a39eb26e99722b4 (patch) | |
tree | 9a3ead552f88cf53eab2878480fc0500533b2ceb /cmd | |
parent | 4dc87c2a3a45db32fbded8b4a0a23d874b3e464a (diff) | |
parent | 05f39af5bd716ce8d02a41e5c0aa1a2d632dab07 (diff) | |
download | podman-0d8d805a76762276c62bd7260a39eb26e99722b4.tar.gz podman-0d8d805a76762276c62bd7260a39eb26e99722b4.tar.bz2 podman-0d8d805a76762276c62bd7260a39eb26e99722b4.zip |
Merge pull request #10761 from containers/dependabot/go_modules/github.com/containers/storage-1.32.4
Bump github.com/containers/storage from 1.32.3 to 1.32.4
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/images/build.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/images/build.go b/cmd/podman/images/build.go index dfb7415a9..3aeba6fb0 100644 --- a/cmd/podman/images/build.go +++ b/cmd/podman/images/build.go @@ -503,6 +503,7 @@ func buildFlagsWrapperToOptions(c *cobra.Command, contextDir string, flags *buil ReportWriter: reporter, Runtime: containerConfig.RuntimePath, RuntimeArgs: runtimeFlags, + RusageLogFile: flags.RusageLogFile, SignBy: flags.SignBy, SignaturePolicyPath: flags.SignaturePolicy, Squash: flags.Squash, |