File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
devcontainers/loaded/.devcontainer Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 66 "postCreateCommand" : " echo Loaded Created" ,
77 "postStartCommand" : " echo Loaded Started" ,
88 "features" : {
9- "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.15 " : {}
9+ "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.16 " : {}
1010 },
1111 "runArgs" : [
1212 " --platform=linux/amd64"
2121 "GITHUBMONITOR" : " true" ,
2222 "GH_TOKEN" : " ${localEnv:GH_TOKEN_LOCAL}"
2323 },
24- "initializeCommand" : " touch $HOME/.config/gh/hosts.yml || true && touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true" ,
25-
26- }
27-
24+ "initializeCommand" : " touch $HOME/.config/gh/hosts.yml || true && touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true"
25+ }
Original file line number Diff line number Diff line change 77 },
88 "id" : " nhsnotify" ,
99 "name" : " NHS Notify" ,
10- "version" : " 1.0.15 " ,
10+ "version" : " 1.0.16 " ,
1111 "dependsOn" : {
1212 "ghcr.io/devcontainers/features/common-utils:2.5.4" : {
1313 "configureZshAsDefaultShell" : true ,
5252 "target" : " /home/vscode/.ssh" ,
5353 "type" : " bind"
5454 },
55- {
56- "source" : " ${localEnv:HOME}/.ssh" ,
57- "target" : " /home/vscode/.ssh" ,
58- "type" : " bind"
59- },
6055 {
6156 "source" : " ${localEnv:HOME}/.config/gh/hosts.yml" ,
6257 "target" : " /home/vscode/.config/gh/hosts.yml" ,
You can’t perform that action at this time.
0 commit comments