Skip to content

Commit

Permalink
Merge pull request #183 from MOV-AI/feature/rp-1552
Browse files Browse the repository at this point in the history
New spawner version: The new image contains new base packages for ROS noetic
  • Loading branch information
MithunKinarullathil authored Oct 18, 2022
2 parents aa65bdb + 7b951ea commit c45314b
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 c45314b

Please sign in to comment.