|
1 | 1 | { |
2 | 2 | "name":"Development environments on your infrastructure", |
3 | | -"image":"codercom/oss-dogfood:latest", |
| 3 | +"image":"codercom/oss-dogfood:pre-nix", |
4 | 4 |
|
5 | 5 | "features": { |
6 | 6 | // See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker |
7 | | -"ghcr.io/devcontainers/features/docker-in-docker:2": {} |
| 7 | +"ghcr.io/devcontainers/features/docker-in-docker:2": { |
| 8 | +"moby":"false" |
| 9 | + } |
8 | 10 | }, |
9 | 11 | // SYS_PTRACE to enable go debugging |
10 | | -// without --priviliged the Github Codespace build fails (not required otherwise) |
11 | | -"runArgs": ["--cap-add=SYS_PTRACE","--privileged"] |
| 12 | +"runArgs": ["--cap-add=SYS_PTRACE"] |
12 | 13 | } |