33 lines
690 B
JSON
33 lines
690 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"kubectl@1.33.2",
|
|
"kubernetes-helm@3.18.4",
|
|
"k9s@0.50.7",
|
|
"kubeseal@0.30.0",
|
|
"argocd@2.14.11",
|
|
"kubecm@0.33.1",
|
|
"kubectl-tree@0.4.3",
|
|
"kind@0.29.0",
|
|
"kustomize@5.7.0",
|
|
"kyverno@1.14.3",
|
|
"syft@1.29.0",
|
|
"grype@0.92.2",
|
|
"traefik@3.6.7",
|
|
"trivy@latest",
|
|
"claude-code@latest",
|
|
"go@latest",
|
|
"dotnet-sdk@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|