44 lines
1.1 KiB
JSON
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 }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|