Files
fedora-infra_ansible/files/osbs/orchestrator_customize.json
Clement Verna df5782452a For now disable flatpak_create_dockerfile plugin
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-07-05 20:26:42 +02:00

15 lines
294 B
JSON

{
"disable_plugins": [
{
"plugin_type": "exit_plugins",
"plugin_name": "import_image"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
}
],
"enable_plugins": [
]
}