File tree 3 files changed +7
-1842
lines changed
3 files changed +7
-1842
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eShopLite" ,
3
- "build" : {
4
- "dockerfile" : " Dockerfile" ,
5
- "args" : {
6
- "IMAGE" : " dotnet:8.0"
7
- }
8
- },
3
+ "image" : " mcr.microsoft.com/devcontainers/dotnet" ,
9
4
"features" : {
10
- "ghcr.io/devcontainers/features/docker-from-docker:1" : {
11
- "version" : " 20.10"
12
- },
13
- "ghcr.io/devcontainers/features/github-cli:1" : {
14
- "version" : " 2"
15
- },
16
- "ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {},
17
- "azure-cli" : " 2.53.0"
5
+ "ghcr.io/devcontainers/features/dotnet:2" : { "version" : " 8.0" },
6
+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {},
7
+ "ghcr.io/devcontainers/features/azure-cli:1" : {},
8
+ "ghcr.io/devcontainers/features/docker-from-docker:1.3.1" : {},
9
+ "ghcr.io/devcontainers/features/github-cli:1" : { "version" : " 2" }
18
10
},
19
11
"customizations" : {
20
12
"vscode" : {
31
23
32000 ,
32
24
32001
33
25
],
34
- "onCreateCommand" : " bash ${containerWorkspaceFolder}/.devcontainer/library-scripts/dotnet-install.sh --channel 8.0 -quality preview -installdir ${containerWorkspaceFolder}/.dotnet" ,
35
26
"postCreateCommand" : " dotnet restore" ,
36
27
"remoteUser" : " vscode" ,
37
28
"hostRequirements" : {
38
29
"memory" : " 16gb" ,
39
30
"cpus" : 4
40
31
},
41
- "remoteEnv" : {
42
- "PATH" : " ${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}" ,
43
- "DOTNET_MULTILEVEL_LOOKUP" : " 0" ,
44
- "TARGET" : " net8.0"
45
- },
32
+
46
33
"portsAttributes" : {
47
34
"32001" : {
48
35
"label" : " Back End"
You can’t perform that action at this time.
0 commit comments