Skip to content
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

fix(sag-monorepo): update devcontainer image to fix expired GitHub CLI GPG key #2796

Merged
Changes from all commits
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
51 changes: 7 additions & 44 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sage Dev Container",
"image": "ghcr.io/sage-bionetworks/sage-devcontainer:873545d",
"image": "ghcr.io/sage-bionetworks/sage-devcontainer:8e6eeeb",
"containerEnv": {
"NX_BASE": "${localEnv:NX_BASE}",
"NX_BRANCH": "${localEnv:NX_BRANCH}",
Expand All @@ -22,9 +22,7 @@
},
"customizations": {
"codespaces": {
"openFiles": [
"README.md"
]
"openFiles": ["README.md"]
},
"vscode": {
"extensions": [
Expand Down Expand Up @@ -68,41 +66,9 @@
}
},
"forwardPorts": [
2432,
3000,
3306,
3333,
4200,
4211,
5200,
5432,
5601,
7010,
7443,
7200,
7888,
8010,
8071,
8000,
8080,
8081,
8082,
8083,
8084,
8085,
8086,
8090,
8091,
8092,
8200,
8787,
8888,
8889,
9090,
9104,
9200,
9411,
27017
2432, 3000, 3306, 3333, 4200, 4211, 5200, 5432, 5601, 7010, 7443, 7200, 7888, 8010, 8071, 8000,
8080, 8081, 8082, 8083, 8084, 8085, 8086, 8090, 8091, 8092, 8200, 8787, 8888, 8889, 9090, 9104,
9200, 9411, 27017
],
"portsAttributes": {
"2432": {
Expand Down Expand Up @@ -248,8 +214,5 @@
},
"remoteUser": "vscode",
"shutdownAction": "stopContainer",
"runArgs": [
"--name",
"sage_devcontainer"
]
}
"runArgs": ["--name", "sage_devcontainer"]
}
Loading