0
votes

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.

1
do you have a connection setup to the acr on the node?4c74356b41
@4c74356b41 - no not explicitly; I let SF deal with bringing the images to the nodesKai Walter

1 Answers

1
votes

Please use explicit image tags, not 'latest'. This is a best practice.