|
4 | 4 | "image": "mcr.microsoft.com/devcontainers/dotnet:8.0-noble", |
5 | 5 |
|
6 | 6 | "features": { |
7 | | - "ghcr.io/azure/azure-dev/azd:latest": {}, |
8 | 7 | "ghcr.io/devcontainers/features/common-utils:latest": {}, |
9 | 8 | "ghcr.io/devcontainers/features/dotnet:latest": { |
10 | 9 | "version": "9.0" |
11 | 10 | }, |
12 | | - "ghcr.io/devcontainers/features/azure-cli:latest": { |
13 | | - "extensions": "account,containerapp,deploy-to-azure,subscription" |
14 | | - }, |
15 | 11 | "ghcr.io/devcontainers/features/docker-in-docker:latest": {}, |
16 | | - "ghcr.io/devcontainers/features/github-cli:latest": {}, |
17 | 12 | "ghcr.io/devcontainers/features/java:latest": { |
18 | 13 | "installGradle": true, |
19 | 14 | "installMaven": true, |
20 | 15 | "version": "21" |
21 | 16 | }, |
22 | | - "ghcr.io/devcontainers/features/kubectl-helm-minikube:latest": {}, |
23 | 17 | "ghcr.io/devcontainers/features/node:latest": {}, |
24 | | - "ghcr.io/devcontainers/features/python:latest": {}, |
25 | | - "ghcr.io/prom3theu5/aspirational-manifests/aspirate:latest": {} |
| 18 | + "ghcr.io/devcontainers/features/python:latest": {} |
26 | 19 | }, |
27 | 20 |
|
28 | 21 | "overrideFeatureInstallOrder": [ |
|
38 | 31 | "GitHub.copilot-chat", |
39 | 32 | "GitHub.vscode-github-actions", |
40 | 33 | "GitHub.vscode-pull-request-github", |
41 | | - "ms-azuretools.azure-dev", |
42 | | - "ms-azuretools.vscode-bicep", |
43 | 34 | "ms-azuretools.vscode-docker", |
44 | 35 | "ms-dotnettools.csharp", |
45 | 36 | "ms-dotnettools.csdevkit", |
|
63 | 54 | "onCreateCommand": "./.devcontainer/on-create.sh > ~/on-create.log", |
64 | 55 |
|
65 | 56 | "hostRequirements": { |
66 | | - "memory": "16gb" |
| 57 | + "memory": "8gb" |
67 | 58 | } |
68 | 59 | } |
0 commit comments