From 12ba2824254eb00f101c81ef9b88c9ee00e01ac1 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 16 May 2018 13:55:11 +0200 Subject: [PATCH] Disable import_image plugin in prod Signed-off-by: Clement Verna --- roles/osbs-client/files/osbs-site-customize.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/osbs-client/files/osbs-site-customize.json b/roles/osbs-client/files/osbs-site-customize.json index 61af9c7842..0efb97a06c 100644 --- a/roles/osbs-client/files/osbs-site-customize.json +++ b/roles/osbs-client/files/osbs-site-customize.json @@ -23,6 +23,10 @@ { "plugin_type": "prepublish_plugins", "plugin_name": "flatpak_create_oci" + }, + { + "plugin_type": "postbuild_plugins", + "plugin_name": "import_image" } ],