| { |
| "name": "Apache Ozone (Java 21)", |
| "image": "mcr.microsoft.com/devcontainers/java:21-bookworm", |
| "features": { |
| "ghcr.io/devcontainers/features/java:1": { |
| "version": "none", |
| "installMaven": "true" |
| }, |
| "ghcr.io/devcontainers/features/node:1": { |
| "version": "20" |
| }, |
| "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
| "ghcr.io/devcontainers/features/github-cli:1": {}, |
| }, |
| "postCreateCommand": "hadoop-ozone/dev-support/checks/build.sh -Pdist -Psrc -Dmaven.javadoc.skip=true", |
| "customizations": { |
| "vscode": { |
| "extensions": [ |
| "vscjava.vscode-java-pack", |
| "vscjava.vscode-maven", |
| "EditorConfig.EditorConfig" |
| ], |
| "settings": { |
| "java.configuration.updateBuildConfiguration": "automatic" |
| } |
| } |
| }, |
| "remoteUser": "vscode" |
| } |