From d27a3827b2fafceb5707d96ea435a020415b1bf4 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 8 Jun 2018 15:02:23 +0200 Subject: [PATCH] Try to use a secure connection to the registry Signed-off-by: Clement Verna --- roles/osbs-client/files/osbs-site-customize.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/osbs-client/files/osbs-site-customize.json b/roles/osbs-client/files/osbs-site-customize.json index 0efb97a06c..17b33fbb1f 100644 --- a/roles/osbs-client/files/osbs-site-customize.json +++ b/roles/osbs-client/files/osbs-site-customize.json @@ -31,5 +31,14 @@ ], "enable_plugins": [ + { + "plugin_type": "postbuild_plugins", + "plugin_name": "tag_and_push", + "plugin_args": { + "registries": { + "{{REGISTRY_URI}}": { "insecure": false } + } + } + } ] }