diff --git a/.bazelversion b/.bazelversion index ba7f754d0..18bb4182d 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.4.0 +7.5.0 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..3a0ec07d3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "name": "eclipse-s-core", + "image": "ghcr.io/eclipse-score/devcontainer:latest", + "initializeCommand": "mkdir -p ${localEnv:HOME}/.cache/bazel" +} diff --git a/README.md b/README.md index d3281d922..2331f1c3e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Docs-as-code tooling for Eclipse S-CORE The S-CORE docs Sphinx configuration and build code. +> [!NOTE] +> This repository offers a [DevContainer](https://containers.dev/). +> 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). + ## Building documentation #### Run a documentation build: