Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55fb6b6

Browse files
authored
chore: pin devcontainer.json to pre-nix image (#10417)
fixes#10416this is a workaround, and it is tagged to an old version of an image. While testing, it seems like `--privileged` is no longer required.
1 parent06d91be commit55fb6b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.devcontainer/devcontainer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name":"Development environments on your infrastructure",
3-
"image":"codercom/oss-dogfood:latest",
3+
"image":"codercom/oss-dogfood:pre-nix",
44

55
"features": {
66
// 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+
}
810
},
911
// 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"]
1213
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp