devcontainer: Add development environment for gihub codespace
[openwrt/staging/pepe2k.git] / .devcontainer / ci-env / devcontainer.json
diff --git a/.devcontainer/ci-env/devcontainer.json b/.devcontainer/ci-env/devcontainer.json
new file mode 100644 (file)
index 0000000..23b0555
--- /dev/null
@@ -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"]
+    }
+  }
+}