Skip to content

Commit 291786b

Browse files
fix(docker): devcontainer naming (autowarefoundation#5200)
* fix devcontainer naming Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com> * Update .devcontainer/cuda/devcontainer.json Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * Update .devcontainer/base/devcontainer.json Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent ae25cc4 commit 291786b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/base/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "Autoware",
2+
"name": "autoware:universe-devel",
33
"build": {
44
"dockerfile": "../Dockerfile",
5-
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel" }
5+
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel" }
66
},
77
"remoteUser": "autoware",
88
"runArgs": [

.devcontainer/cuda/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "Autoware-cuda",
2+
"name": "autoware:universe-devel-cuda",
33
"build": {
44
"dockerfile": "../Dockerfile",
5-
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:latest-devel-cuda" }
5+
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:universe-devel-cuda" }
66
},
77
"remoteUser": "autoware",
88
"hostRequirements": {

0 commit comments

Comments
 (0)