File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " Remora Gradle plugin" ,
3- "image" : " mcr.microsoft.com/devcontainers/java:1-21-bullseye" ,
3+ "image" : " ubuntu:latest" ,
4+ "customizations" : {
5+ "jetbrains" : {
6+ "backend" : " IntelliJ"
7+ }
8+ },
49 "features" : {
10+ "ghcr.io/devcontainers/features/git" : {},
11+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {},
512 "ghcr.io/devcontainers/features/java:1" : {
6- "version" : " none" ,
7- "installMaven" : " true" ,
13+ "version" : " 21.0.7" ,
814 "installGradle" : " true"
9- },
10- "ghcr.io/dhoeric/features/act:1" : {},
11- "ghcr.io/audacioustux/devcontainers/graalvm:1" : {
12- "java" : " 21"
1315 }
1416 },
15- "customizations" : {
16- "jetbrains" : {
17- "backend" : " IntelliJ"
18- }
19- }
17+ "runArgs" : [
18+ " --add-host=host.docker.internal:host-gateway"
19+ ],
20+ "remoteUser" : " ubuntu"
2021}
You can’t perform that action at this time.
0 commit comments