mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
9 lines
179 B
JSON
9 lines
179 B
JSON
|
// See https://containers.dev/implementors/json_reference/ for configuration reference
|
||
|
{
|
||
|
"name": "Kyverno",
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile"
|
||
|
},
|
||
|
"remoteUser": "root"
|
||
|
}
|