summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod/images_push.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/handlers/libpod/images_push.go')
-rw-r--r--pkg/api/handlers/libpod/images_push.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/api/handlers/libpod/images_push.go b/pkg/api/handlers/libpod/images_push.go
index f427dc01b..9ee651f5b 100644
--- a/pkg/api/handlers/libpod/images_push.go
+++ b/pkg/api/handlers/libpod/images_push.go
@@ -32,6 +32,7 @@ func PushImage(w http.ResponseWriter, r *http.Request) {
TLSVerify bool `schema:"tlsVerify"`
Quiet bool `schema:"quiet"`
}{
+ TLSVerify: true,
// #14971: older versions did not sent *any* data, so we need
// to be quiet by default to remain backwards compatible
Quiet: true,