File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1- 3e0c644d172f697e20e5bb4450d407dd293ea14a
1+ b23aa64010d014befa5adc5bc54363b6fb60a3e4
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " bootc-devenv-debian" ,
3+ // TODO override this back to prod image
4+ "image" : " ghcr.io/bootc-dev/devenv-debian" ,
5+ "customizations" : {
6+ "vscode" : {
7+ // Abitrary, but most of our code is in one of these two
8+ "extensions" : [
9+ " rust-lang.rust-analyzer" ,
10+ " golang.Go"
11+ ]
12+ }
13+ },
14+ "features" : {},
15+ "runArgs" : [
16+ // Because we want to be able to run podman and also use e.g. /dev/kvm
17+ // among other things
18+ " --privileged"
19+ ],
20+ "postCreateCommand" : {
21+ // Our init script
22+ "devenv-init" : " sudo /usr/local/bin/devenv-init.sh"
23+ },
24+ "remoteEnv" : {
25+ "PATH" : " ${containerEnv:PATH}:/usr/local/cargo/bin"
26+ }
27+ }
28+
You can’t perform that action at this time.
0 commit comments