1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/.devcontainer/devcontainer.json

9 lines
179 B
JSON
Raw Normal View History

// See https://containers.dev/implementors/json_reference/ for configuration reference
{
"name": "Kyverno",
"build": {
"dockerfile": "Dockerfile"
},
"remoteUser": "root"
}