Skip to content

Commit

Permalink
add CABOT_LAUNCH_IMAGE_TAG to specify image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
  • Loading branch information
daisukes committed Jan 30, 2025
1 parent 033245c commit ead489f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

services:
ros2-base:
image: cmucal/cabot-navigation
image: cmucal/cabot-navigation:${CABOT_LAUNCH_IMAGE_TAG-:latest}
build:
context: ./docker/ros2
additional_contexts:
Expand Down Expand Up @@ -93,7 +93,7 @@ services:


localization-base:
image: cmucal/cabot-localization
image: cmucal/cabot-localization:${CABOT_LAUNCH_IMAGE_TAG-:latest}
build:
context: ./docker/localization
additional_contexts:
Expand Down Expand Up @@ -380,7 +380,7 @@ services:

# server
map_server:
image: cmucal/cabot-map_server
image: cmucal/cabot-map_server:${CABOT_LAUNCH_IMAGE_TAG-:latest}
build:
context: ./docker/server
args:
Expand Down Expand Up @@ -455,7 +455,7 @@ services:


location_tools:
image: cmucal/cabot-location_tools
image: cmucal/cabot-location_tools:${CABOT_LAUNCH_IMAGE_TAG-:latest}
build:
context: ./docker/server
dockerfile: Dockerfile.location-tools
Expand Down

0 comments on commit ead489f

Please sign in to comment.