Skip to content

chore(dogfood): make devcontainer.json to build dogfood Dockerfile #13567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(dogfood): add devcontainer for use with envbuilder
  • Loading branch information
johnstcn committed Jun 12, 2024
commit eb93b9327d306d2c44be09c7e3b670b4b5a38e4d
10 changes: 10 additions & 0 deletions dogfood/devcontainer-envbuilder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Develop Coder on Coder using Envbuilder",
"build": {
"dockerfile": "Dockerfile"
}

"features": {},
// SYS_PTRACE to enable go debugging
"runArgs": ["--cap-add=SYS_PTRACE"]
}