Rancher compose pull when sidekick specified

I’m using rancher compose pull (which is a great feature) to get the latest image. However, when sidekick relationships are specified pulling the latest image (for the sidekick) doesn’t work. I got around it by removing the sidekick relationship from docker-compose.yml; then executing a rancher-compose pull and, once I’d got the latest image, I put back the sidekick relationship and did a rancher-compose up.

Is this an issue or is there any particular reason that sidekick images can’t be pulled?

I’m using rancher-compose v0.4.0.

There is an open issue that should be fixed in the next release of Rancher-compose.

https://github.com/rancher/rancher/issues/2178