mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Sync common files from infra repository
Synchronized from bootc-dev/infra@b23aa64010. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
This commit is contained in:
committed by
Colin Walters
parent
a043c8e9b1
commit
8e83e3ab67
@@ -1 +1 @@
|
||||
3e0c644d172f697e20e5bb4450d407dd293ea14a
|
||||
b23aa64010d014befa5adc5bc54363b6fb60a3e4
|
||||
|
||||
28
.devcontainer/devcontainer.json
Normal file
28
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "bootc-devenv-debian",
|
||||
// TODO override this back to prod image
|
||||
"image": "ghcr.io/bootc-dev/devenv-debian",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
// Abitrary, but most of our code is in one of these two
|
||||
"extensions": [
|
||||
"rust-lang.rust-analyzer",
|
||||
"golang.Go"
|
||||
]
|
||||
}
|
||||
},
|
||||
"features": {},
|
||||
"runArgs": [
|
||||
// Because we want to be able to run podman and also use e.g. /dev/kvm
|
||||
// among other things
|
||||
"--privileged"
|
||||
],
|
||||
"postCreateCommand": {
|
||||
// Our init script
|
||||
"devenv-init": "sudo /usr/local/bin/devenv-init.sh"
|
||||
},
|
||||
"remoteEnv": {
|
||||
"PATH": "${containerEnv:PATH}:/usr/local/cargo/bin"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user