From 9fc29f63e0dedea0dbe03e5baf012b6bf5ab51b9 Mon Sep 17 00:00:00 2001 From: Milivoje Legenovic Date: Sun, 7 Mar 2021 02:38:01 +0100 Subject: Correct compat images/{name}/push response Signed-off-by: Milivoje Legenovic --- pkg/api/handlers/libpod/images.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/api/handlers/libpod/images.go') diff --git a/pkg/api/handlers/libpod/images.go b/pkg/api/handlers/libpod/images.go index 1a2483784..83fe23621 100644 --- a/pkg/api/handlers/libpod/images.go +++ b/pkg/api/handlers/libpod/images.go @@ -451,6 +451,7 @@ func PushImage(w http.ResponseWriter, r *http.Request) { Password: password, Format: query.Format, All: query.All, + Quiet: true, } if _, found := r.URL.Query()["tlsVerify"]; found { options.SkipTLSVerify = types.NewOptionalBool(!query.TLSVerify) -- cgit v1.2.3-54-g00ecf