Skip to content

Commit

Permalink
Merge pull request #33 from score-spec/mathieu-benoit-patch-1
Browse files Browse the repository at this point in the history
Update devcontainer.json - Fix issue with Kind on Docker 27
  • Loading branch information
mathieu-benoit authored Sep 6, 2024
2 parents 237633c + a5aae29 commit 98159a7
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 98159a7

Please sign in to comment.