Migration to 2.6.0
Updates to Docker Developer Compose Services
As mentioned in the 2.6.0 release notes, automated restarts for the newly unified agent_bridge
service have been added to the base MoveIt Studio Docker Compose file.
For developers using Docker overlays to build custom MoveIt Studio deployments, this may require changes your compose and entrypoints files.
- Replace the
agent
andbridge
services with a single unified description. - Rename the
commands
to start theagent_bridge
,rest_api
, anddrivers
services withagent_bridge.app
,rest_api.app
, androbot.app
. - Remove any references to the
/common_aliases.sh
shell script from any entrypoint or workspace setup scripts.
For more information, and a fully complete example, refer to the guide for creating Docker overlays.