Skip to content

Commit 27e64a8

Browse files
committed
Add DevContainer Support
- added devcontainer.json - bumped Bazel version from 7.4.0 to 7.5.0 (the one present in the container) - added a small README note
1 parent 5647766 commit 27e64a8

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.5.0

.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+
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Docs-as-code tooling for Eclipse S-CORE
66

77
The S-CORE docs Sphinx configuration and build code.
88

9+
> [!NOTE]
10+
> This repository offers a [DevContainer](https://containers.dev/).
11+
> For setting this up read [eclipse-score/devcontainer/README.md#inside-the-container](https://github.com/eclipse-score/devcontainer/blob/main/README.md#inside-the-container).
12+
913
## Building documentation
1014

1115
#### Run a documentation build:

0 commit comments

Comments
 (0)