diff --git a/files/osbs/orchestrator_customize.json b/files/osbs/orchestrator_customize.json index e8a69077dd..4726511b94 100644 --- a/files/osbs/orchestrator_customize.json +++ b/files/osbs/orchestrator_customize.json @@ -3,13 +3,7 @@ { "plugin_type": "exit_plugins", "plugin_name": "import_image" - }, - { - "plugin_type": "prebuild_plugins", - "plugin_name": "flatpak_create_dockerfile" } ], - - "enable_plugins": [ - ] -} \ No newline at end of file + "enable_plugins": [] +} diff --git a/files/osbs/worker_customize.json b/files/osbs/worker_customize.json index 5acab8544d..e47abdc18e 100644 --- a/files/osbs/worker_customize.json +++ b/files/osbs/worker_customize.json @@ -3,13 +3,7 @@ { "plugin_type": "prebuild_plugins", "plugin_name": "fetch_maven_artifacts" - }, - { - "plugin_type": "prebuild_plugins", - "plugin_name": "flatpak_create_dockerfile" } ], - - "enable_plugins": [ - ] -} \ No newline at end of file + "enable_plugins": [] +}