We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae25cc4 commit 291786bCopy full SHA for 291786b
.devcontainer/base/devcontainer.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "Autoware",
+ "name": "autoware:universe-devel",
3
"build": {
4
"dockerfile": "../Dockerfile",
5
- "args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel" }
+ "args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel" }
6
},
7
"remoteUser": "autoware",
8
"runArgs": [
.devcontainer/cuda/devcontainer.json
- "name": "Autoware-cuda",
+ "name": "autoware:universe-devel-cuda",
- "args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel-cuda" }
+ "args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel-cuda" }
"hostRequirements": {
0 commit comments