summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/ci-env/devcontainer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.devcontainer/ci-env/devcontainer.json b/.devcontainer/ci-env/devcontainer.json
new file mode 100644
index 0000000000..23b0555e66
--- /dev/null
+++ b/.devcontainer/ci-env/devcontainer.json
@@ -0,0 +1,12 @@
+{
+ "name": "CI build container",
+ "image": "ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v9",
+ "features": {
+ },
+ "remoteUser": "buildbot",
+ "customizations": {
+ "vscode": {
+ "extensions": ["ms-vscode.cpptools", "plorefice.devicetree"]
+ }
+ }
+}