ansible/roles/osbs-client/files/osbs-site-customize.json
Clement Verna d27a3827b2 Try to use a secure connection to the registry
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-06-08 15:02:23 +02:00

44 lines
1.1 KiB
JSON

{
"disable_plugins": [
{
"plugin_type": "postbuild_plugins",
"plugin_name": "pulp_push"
},
{
"plugin_type": "postbuild_plugins",
"plugin_name": "pulp_sync"
},
{
"plugin_type": "postbuild_plugins",
"plugin_name": "pulp_pull"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "resolve_module_compose"
},
{
"plugin_type": "prebuild_plugins",
"plugin_name": "flatpak_create_dockerfile"
},
{
"plugin_type": "prepublish_plugins",
"plugin_name": "flatpak_create_oci"
},
{
"plugin_type": "postbuild_plugins",
"plugin_name": "import_image"
}
],
"enable_plugins": [
{
"plugin_type": "postbuild_plugins",
"plugin_name": "tag_and_push",
"plugin_args": {
"registries": {
"{{REGISTRY_URI}}": { "insecure": false }
}
}
}
]
}