Skip to content

Commit

Permalink
fix(sag-monorepo): update devcontainer image to fix expired GitHub CL…
Browse files Browse the repository at this point in the history
…I GPG key (#2796)
  • Loading branch information
tschaffter authored Sep 10, 2024
1 parent 8e6eeeb commit 957d047
Showing 1 changed file with 7 additions and 44 deletions.
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"]
}

0 comments on commit 957d047

Please sign in to comment.