From ab7c83392b8c3abb596a2b3701c5452f5e53671f 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/api/handlers/compat') diff --git a/pkg/api/handlers/compat/images_build.go b/pkg/api/handlers/compat/images_build.go index fd310711f..6dac789d6 100644 --- a/pkg/api/handlers/compat/images_build.go +++ b/pkg/api/handlers/compat/images_build.go @@ -349,6 +349,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