From 10bc6233bb621bdc4971ae1da234208b1936d4cc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 31 Mar 2021 07:37:36 -0400 Subject: Fix handling of remove --log-rusage param Fixes: https://github.com/containers/podman/issues/9889 Signed-off-by: Daniel J Walsh --- pkg/api/handlers/compat/images_build.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') 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, -- cgit v1.2.3-54-g00ecf