Skip to content

Commit

Permalink
fix devcontainer naming
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Sep 9, 2024
1 parent bd793d2 commit 799630b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/base/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Autoware",
"name": "autoware:universe",
"build": {
"dockerfile": "../Dockerfile",
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel" }
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel" }
},
"remoteUser": "autoware",
"runArgs": [
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/cuda/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Autoware-cuda",
"name": "autoware:universe-cuda",
"build": {
"dockerfile": "../Dockerfile",
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel-cuda" }
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel-cuda" }
},
"remoteUser": "autoware",
"hostRequirements": {
Expand Down

0 comments on commit 799630b

Please sign in to comment.