File tree Expand file tree Collapse file tree 2 files changed +11
-82
lines changed
Expand file tree Collapse file tree 2 files changed +11
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " APIM Samples" ,
33 "build" : {
4- "dockerfile" : " Dockerfile.minimal " ,
4+ "dockerfile" : " Dockerfile" ,
55 "context" : " .."
66 },
77 "features" : {
8- // Temporarily disabled all features to troubleshoot sleep command issue
8+ "ghcr.io/devcontainers/features/common-utils:2" : {
9+ "installZsh" : false ,
10+ "configureZshAsDefaultShell" : false ,
11+ "installOhMyZsh" : false ,
12+ "upgradePackages" : false ,
13+ "username" : " vscode" ,
14+ "uid" : " 1000" ,
15+ "gid" : " 1000"
16+ }
17+ // Re-enable features one by one after basic container works
918 // "ghcr.io/devcontainers/features/azure-cli:1": {
1019 // "version": "2.72.0"
1120 // },
12- // "ghcr.io/devcontainers/features/common-utils:2": {
13- // "installZsh": true,
14- // "configureZshAsDefaultShell": true,
15- // "installOhMyZsh": true,
16- // "upgradePackages": true,
17- // "username": "vscode",
18- // "uid": "1000",
19- // "gid": "1000"
20- // },
2121 // "ghcr.io/devcontainers/features/git:1": {
2222 // "version": "latest",
2323 // "ppa": true
2424 // }
25- // Temporarily disabled docker-in-docker to troubleshoot container startup issues
26- // "ghcr.io/devcontainers/features/docker-in-docker:2": {
27- // "version": "latest",
28- // "enableNonRootDocker": "true"
29- // }
3025 },
3126 "customizations" : {
3227 "vscode" : {
You can’t perform that action at this time.
0 commit comments