19 lines
699 B
JSON
19 lines
699 B
JSON
{
|
|
"name": "EC2 Provisioner Dev Container",
|
|
"image": "registry.global.bsf.tools/esv/bsf/bsf-integration/dev-env-setup/provisioner_image:v0.18.1",
|
|
"mounts": [
|
|
"source=${localEnv:HOME}/.ssh,target=/home/user/.ssh,type=bind,consistency=cached",
|
|
"source=${localEnv:HOME}/.okta,target=/home/user/.okta,type=bind,consistency=cached",
|
|
"source=${localEnv:HOME}/.netrc,target=/home/user/.netrc,type=bind,consistency=cached"
|
|
],
|
|
"forwardPorts": [
|
|
8000
|
|
],
|
|
"runArgs": [
|
|
"--network=host"
|
|
],
|
|
"containerUser": "ubuntu",
|
|
"remoteUser": "ubuntu",
|
|
"updateRemoteUserUID": true,
|
|
"onCreateCommand": "sudo usermod -s /bin/bash ubuntu"
|
|
} |