File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
devcontainers/loaded/.devcontainer Expand file tree Collapse file tree 2 files changed +4
-5
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.16 " : {}
9+ "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.17 " : {}
1010 },
1111 "runArgs" : [
1212 " --platform=linux/amd64"
1818 "UPDATEFROMTEMPLATE" : " true" ,
1919 "SHOWWELCOME" : " true" ,
2020 "MAKECONFIG" : " true" ,
21- "GITHUBMONITOR" : " true" ,
22- "GH_TOKEN" : " ${localEnv:GH_TOKEN_LOCAL}"
21+ "GITHUBMONITOR" : " true"
2322 },
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"
23+ "initializeCommand" : " mkdir -p $HOME/.config/gh && 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"
2524}
Original file line number Diff line number Diff line change 77 },
88 "id" : " nhsnotify" ,
99 "name" : " NHS Notify" ,
10- "version" : " 1.0.16 " ,
10+ "version" : " 1.0.17 " ,
1111 "dependsOn" : {
1212 "ghcr.io/devcontainers/features/common-utils:2.5.4" : {
1313 "configureZshAsDefaultShell" : true ,
You can’t perform that action at this time.
0 commit comments