Skip to content

Commit

Permalink
Updated devcontainer for 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
  • Loading branch information
ItalyPaleAle committed Jul 8, 2022
1 parent 2b3712b commit 5743229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/Dockerfile

This file was deleted.

7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dapr Components Contributor Environment",
"dockerFile": "Dockerfile",
"image": "ghcr.io/dapr/dapr-dev:0.1.8",
"containerEnv": {
// Uncomment to overwrite devcontainer .kube/config and .minikube certs with the localhost versions
// each time the devcontainer starts, if the respective .kube-localhost/config and .minikube-localhost
Expand All @@ -18,11 +18,6 @@
"ms-kubernetes-tools.vscode-kubernetes-tools"
],
"mounts": [
// Mount volume for clone of the dapr/dapr repo
"type=volume,source=dapr-repo,target=/go/src/github.com/dapr/dapr",
// Alternatively, uncomment and fill in <local_dapr_repo_path> to mount your existing dapr repo/fork
// "type=bind,source=<local_dapr_repo_path>,target=/go/src/github.com/dapr/dapr",

// Mount docker-in-docker library volume
"type=volume,source=dind-var-lib-docker,target=/var/lib/docker",

Expand Down

0 comments on commit 5743229

Please sign in to comment.