Skip to content

Commit

Permalink
feat: trying this dev container stuff again
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Oct 22, 2022
1 parent bea51bb commit 64c2d2b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -29,27 +29,18 @@
"docker-from-docker": "latest",
"kubectl-helm-minikube": {//https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/kubectl-helm.md
"kubectl": "1.22.8",
"helm": "3.8.2",
"helm": "3.9.4",
"minikube": "none"
},
"terraform": "1.2.7",
"terraform": "1.2.9",
"git": "latest",
"git-lfs": "latest",
"github-cli": "latest",
"aws-cli": "latest",
"sshd": "latest",
"node": "18.7.0",
"python": "3.10.4",
"golang": "1.19",
"golang": "1.19.1",
"powershell": "latest"
},
"customizations": {
"codespaces": {
"repositories": {
"GlueOps/*": {
"permissions": "write-all"
}
}
}
}
}
}

0 comments on commit 64c2d2b

Please sign in to comment.