From 291786b53f427723a5191251c1a83c59476c5427 Mon Sep 17 00:00:00 2001 From: oguzkaganozt Date: Wed, 11 Sep 2024 19:25:20 +0300 Subject: [PATCH] fix(docker): devcontainer naming (#5200) * fix devcontainer naming Signed-off-by: Oguz Ozturk * Update .devcontainer/cuda/devcontainer.json Co-authored-by: Yutaka Kondo * Update .devcontainer/base/devcontainer.json Co-authored-by: Yutaka Kondo --------- Signed-off-by: Oguz Ozturk Co-authored-by: Yutaka Kondo --- .devcontainer/base/devcontainer.json | 4 ++-- .devcontainer/cuda/devcontainer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/base/devcontainer.json b/.devcontainer/base/devcontainer.json index f3b5ffe9984..fdef3562af1 100644 --- a/.devcontainer/base/devcontainer.json +++ b/.devcontainer/base/devcontainer.json @@ -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": [ diff --git a/.devcontainer/cuda/devcontainer.json b/.devcontainer/cuda/devcontainer.json index bb0b6ad849e..3a6a1c247a1 100644 --- a/.devcontainer/cuda/devcontainer.json +++ b/.devcontainer/cuda/devcontainer.json @@ -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": {