Skip to content

Commit

Permalink
test uid remapping in dockerfile (#12)
Browse files Browse the repository at this point in the history
* use prebuilt ghcr.io container by default

* add submodule update instruction

* test uid remapping for gha runner bug

* revert uid remapping

* add submodule update cmd to devcontainer

* add submodule update cmd to devcontainer
  • Loading branch information
usrbinkat authored Nov 3, 2023
1 parent cb7af0b commit 42e84dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
//},
"name": "pulumi",
"image": "ghcr.io/pulumi/devcontainer",
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/zsh"
},
"customizations": {
"vscode": {
"settings": [
Expand All @@ -32,10 +35,16 @@
"golang.go",
"vscodevim.vim",
"github.copilot",
"eamodio.gitlens",
"ms-python.python",
"redhat.vscode-yaml",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"ms-vscode.makefile-tools",
"ms-azuretools.vscode-docker",
"github.vscode-pull-request-github",
"ms-vscode-remote.remote-containers",
"visualstudioexptteam.vscodeintellicode",
"bierner.markdown-preview-github-styles"
]
}
Expand All @@ -48,6 +57,7 @@
"moby": false
}
},
"postCreateCommand": "git submodule update --init --recursive",
"remoteUser": "vscode",
"runArgs": ["--network=host"]
}

0 comments on commit 42e84dd

Please sign in to comment.