2025-04-24 17:11:09 +02:00
|
|
|
{
|
2025-06-03 22:32:20 +02:00
|
|
|
"name": "OpenJDK21",
|
2025-06-06 20:39:19 +02:00
|
|
|
"build": {
|
|
|
|
|
"dockerfile": "Dockerfile",
|
|
|
|
|
},
|
2025-06-06 19:40:57 +02:00
|
|
|
"containerEnv": {
|
|
|
|
|
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
|
|
|
|
|
},
|
2025-04-25 23:32:19 +02:00
|
|
|
"customizations": {
|
|
|
|
|
"jetbrains": {
|
2025-05-07 15:49:02 +00:00
|
|
|
"backend": "IntelliJ"
|
2025-04-25 23:32:19 +02:00
|
|
|
}
|
2025-04-24 17:11:09 +02:00
|
|
|
},
|
2025-06-06 19:25:34 +02:00
|
|
|
"forwardPorts": [8080],
|
2025-06-06 19:40:57 +02:00
|
|
|
"workspaceFolder": "/workspace",
|
|
|
|
|
"//": "workspaceMount: source=jb_devcontainer_sources_f31d2e11122d7a0f1e78fb3337cc2916,target=/workspace,type=volume",
|
|
|
|
|
"//": "postCreateCommand: if [ ! -d .git ]; then git clone $GIT_REPO_URL .; fi"
|
2025-04-24 17:11:09 +02:00
|
|
|
}
|