Kai Walter
Kai Walter

Reputation: 4051

How can I force the latest container image in ACR to deploy to Service Fabric?

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

over VSTS and manually from the PowerShell command line.

With both options I explicitly referred to the :latest image.

Upvotes: 0

Views: 659

Answers (1)

LoekD
LoekD

Reputation: 11470

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

Upvotes: 1

Related Questions