Skip to content

Commit aed8884

Browse files
committed
Add S-CORE devcontainer
The devcontainer eases setup a lot and create a reproducible environment. developers and CI should see the same issues.
1 parent 46923f5 commit aed8884

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "eclipse-s-core-docker-on-windows",
3+
"image": "ghcr.io/eclipse-score/devcontainer:latest",
4+
"initializeCommand": "IF not exist ${localEnv:HOME}\\.cache\\bazel ( mkdir ${localEnv:HOME}\\.cache\\bazel )"
5+
}

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "eclipse-s-core",
3+
"image": "ghcr.io/eclipse-score/devcontainer:latest",
4+
"initializeCommand": "mkdir -p ${localEnv:HOME}/.cache/bazel"
5+
}

0 commit comments

Comments
 (0)