Skip to content

Commit

Permalink
New spawner version: The new image contains new base packages for ROS…
Browse files Browse the repository at this point in the history
… noetic and a Fix for rospkg package.
  • Loading branch information
MithunKinarullathil committed Oct 18, 2022
1 parent aa65bdb commit 7b951ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:

spawner:
<<: *movai-common
image: ${MOVAI_REGISTRY:-pubregistry.aws.cloud.mov.ai}/ce/spawner-ign-noetic:v3.0.9
image: ${MOVAI_REGISTRY:-pubregistry.aws.cloud.mov.ai}/ce/spawner-ign-noetic:v3.0.10
privileged: true
network_mode: host
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ services:

spawner:
<<: *movai-common
image: ${MOVAI_REGISTRY:-pubregistry.aws.cloud.mov.ai}/ce/spawner-ign-noetic:v3.0.9
image: ${MOVAI_REGISTRY:-pubregistry.aws.cloud.mov.ai}/ce/spawner-ign-noetic:v3.0.10
privileged: true
networks:
- private
Expand Down

0 comments on commit 7b951ea

Please sign in to comment.