| { |
| "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", |
| "features": { |
| "ghcr.io/devcontainers/features/java:1": { |
| "version": "17", |
| "jdkDistro": "zulu", |
| "installMaven": "true", |
| "mavenVersion": "3.9.1" |
| }, |
| "ghcr.io/devcontainers-contrib/features/mvnd-sdkman:2": { |
| "jdkVersion": "none" |
| }, |
| // Needed to run some of the samples. |
| "ghcr.io/devcontainers-contrib/features/ant-sdkman:2": { |
| "jdkVersion": "none" |
| } |
| }, |
| "customizations": { |
| "vscode": { |
| "extensions": [ |
| "github.vscode-github-actions" |
| ] |
| } |
| }, |
| "hostRequirements": { |
| "memory": "8gb" |
| } |
| } |