summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-03-31 07:37:36 -0400
committerMatthew Heon <mheon@redhat.com>2021-04-16 13:32:00 -0400
commit10bc6233bb621bdc4971ae1da234208b1936d4cc (patch)
tree12b3858d3c6dc4d48aa22b8e2379fb0c711add6a /pkg
parent49a6e326a7731e453c1ea65e39d69c027685d9d0 (diff)
downloadpodman-10bc6233bb621bdc4971ae1da234208b1936d4cc.tar.gz
podman-10bc6233bb621bdc4971ae1da234208b1936d4cc.tar.bz2
podman-10bc6233bb621bdc4971ae1da234208b1936d4cc.zip
Fix handling of remove --log-rusage param
Fixes: https://github.com/containers/podman/issues/9889 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/api/handlers/compat/images_build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/api/handlers/compat/images_build.go b/pkg/api/handlers/compat/images_build.go
index 5b8741e89..52012cde8 100644
--- a/pkg/api/handlers/compat/images_build.go
+++ b/pkg/api/handlers/compat/images_build.go
@@ -350,6 +350,7 @@ func BuildImage(w http.ResponseWriter, r *http.Request) {
Jobs: &jobs,
Labels: labels,
Layers: query.Layers,
+ LogRusage: query.LogRusage,
Manifest: query.Manifest,
MaxPullPushRetries: 3,
NamespaceOptions: nsoptions,