Skip to content

Commit c7bb845

Browse files
Update devcontainer.json
1 parent 66f24c4 commit c7bb845

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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
}

0 commit comments

Comments
 (0)