Skip to content

Commit

Permalink
Update devcontainer.json - Fix issue with Kind on Docker 27
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit authored Sep 6, 2024
1 parent 237633c commit a5aae29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"version": "latest"
"_comment": "cannot use latest for now because of this current issue: https://github.com/kubernetes-sigs/kind/issues/3696",
"version": "26.1.4"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "latest",
Expand Down

0 comments on commit a5aae29

Please sign in to comment.