When I deploy to my Windows Service Fabric cluster from Azure Container Registry, the latest image is not pulled from ACR - instead the latest image available on the cluster node is just started.
I tried
- deploying as a Service Fabric application
- deploying with Compose
over VSTS and manually from the PowerShell command line.
With both options I explicitly referred to the :latest image.