Skip to content

Commit

Permalink
fix(docker): devcontainer naming (#5200)
Browse files Browse the repository at this point in the history
* fix devcontainer naming

Signed-off-by: Oguz Ozturk <[email protected]>

* Update .devcontainer/cuda/devcontainer.json

Co-authored-by: Yutaka Kondo <[email protected]>

* Update .devcontainer/base/devcontainer.json

Co-authored-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Oguz Ozturk <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>
  • Loading branch information
oguzkaganozt and youtalk authored Sep 11, 2024
1 parent ae25cc4 commit 291786b
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-devel",
"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-devel-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 291786b

Please sign in to comment.