Skip to content

Commit 8e83e3a

Browse files
bootc-dev Botcgwalters
authored andcommitted
Sync common files from infra repository
Synchronized from bootc-dev/infra@b23aa64. Signed-off-by: bootc-dev Bot <[email protected]>
1 parent a043c8e commit 8e83e3a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e0c644d172f697e20e5bb4450d407dd293ea14a
1+
b23aa64010d014befa5adc5bc54363b6fb60a3e4

.devcontainer/devcontainer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+

0 commit comments

Comments
 (0)