|
8 | 8 | "service": "app", |
9 | 9 | "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
10 | 10 | "features": { |
11 | | - "ghcr.io/devcontainers/features/azure-cli:1": { |
12 | | - "version": "latest" |
13 | | - }, |
14 | | - "ghcr.io/devcontainers/features/dotnet:2": { |
15 | | - "version": "9.0" |
16 | | - }, |
17 | | - "ghcr.io/devcontainers-extra/features/kubectl-asdf:2": { |
18 | | - "version": "latest" |
19 | | - }, |
20 | | - "ghcr.io/devcontainers/features/github-cli:1": { |
21 | | - "installDirectlyFromGitHubRelease": true, |
22 | | - "version": "latest" |
23 | | - }, |
24 | | - "ghcr.io/devcontainers/features/node:1": { |
25 | | - "nodeGypDependencies": true, |
26 | | - "installYarnUsingApt": true, |
27 | | - "version": "lts", |
28 | | - "pnpmVersion": "latest", |
29 | | - "nvmVersion": "latest" |
30 | | - }, |
31 | | - "ghcr.io/devcontainers/features/docker-in-docker:2": { |
32 | | - "moby": true, |
33 | | - "azureDnsAutoDetection": true, |
34 | | - "installDockerBuildx": true, |
35 | | - "installDockerComposeSwitch": true, |
36 | | - "version": "latest", |
37 | | - "dockerDashComposeVersion": "latest" |
38 | | - } |
| 11 | + "ghcr.io/devcontainers/features/azure-cli:1": {}, |
| 12 | + "ghcr.io/devcontainers/features/dotnet:2": {}, |
| 13 | + "ghcr.io/devcontainers-extra/features/kubectl-asdf:2": {}, |
| 14 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 15 | + "ghcr.io/devcontainers/features/node:1": {}, |
| 16 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
| 17 | + "ghcr.io/devcontainers/features/aws-cli:1": {} |
39 | 18 | }, |
40 | 19 | "customizations": { |
41 | 20 | "vscode": { |
|
0 commit comments