|
1 | 1 | { |
| 2 | + "name": "NHS Notify Fully Loaded Developer Container", |
2 | 3 | "image": "ghcr.io/nhsdigital/nhs-notify-devcontainer-default:latest", |
3 | 4 | "features": { |
4 | | - "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0": { |
5 | | - "updateFromTemplate": true, |
6 | | - "showWelcome": true |
| 5 | + "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.11": { |
7 | 6 | } |
8 | 7 | }, |
9 | 8 | "runArgs": [ |
|
12 | 11 | "forwardPorts": [ |
13 | 12 | 4000 |
14 | 13 | ], |
15 | | - "name": "NHS Notify Fully Loaded Developer Container", |
| 14 | + |
16 | 15 | "containerEnv": { |
17 | 16 | "UPDATEFROMTEMPLATE": "true", |
18 | 17 | "SHOWWELCOME": "true" |
19 | 18 | }, |
20 | 19 | "initializeCommand": "touch $HOME/.gitconfig && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true", |
21 | | - "postCreateCommand": "zsh /usr/local/share/nhsnotify/scripts/postcreatecommand.sh", |
22 | | - "postStartCommand": "zsh /usr/local/share/nhsnotify/scripts/poststartcommand.sh", |
| 20 | + |
23 | 21 | "mounts": [ |
24 | 22 | "source=/usr/local/share/ca-certificates,target=/home/ca-certificates,type=bind,consistency=cached", |
25 | 23 | "source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached", |
26 | 24 | "source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached", |
27 | 25 | "source=${localEnv:HOME}/.gnupg,target=/home/vscode/.gnupg,type=bind,consistency=cached", |
28 | 26 | "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" |
29 | 27 | ], |
30 | | - "customizations": { |
| 28 | + "customizations": { |
31 | 29 | "vscode": { |
32 | 30 | "extensions": [ |
33 | 31 | "alefragnani.bookmarks", |
|
0 commit comments