We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a991e commit 4670c86Copy full SHA for 4670c86
.devcontainer/devcontainer.json
@@ -70,10 +70,10 @@
70
// custom
71
"ghcr.io/devcontainers/features/sshd:1": {},
72
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
73
- "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.1": {}, // 1.2.2 seems to be broken
74
"ghcr.io/devcontainers/features/azure-cli:1": {},
75
- "ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
76
- "ghcr.io/marcozac/devcontainer-features/shellcheck:1": {},
+ "ghcr.io/devcontainers-extra/features/pre-commit:2": {},
+ "ghcr.io/froazin/devcontainer-features/shellcheck:0": {},
77
"ghcr.io/rio/features/skaffold:2": { "version": "v2.14.2" }
78
}
79
0 commit comments