mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
cb69348a30
Include the release of rosenpass and the update to go 1.21 in the dev containers and readme
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "NetBird",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/go:1": {
|
|
"version": "1.21"
|
|
}
|
|
},
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
"capAdd": [
|
|
"NET_ADMIN",
|
|
"SYS_ADMIN",
|
|
"SYS_RESOURCE"
|
|
],
|
|
"privileged": true
|
|
} |