Azure service fabric : Container images not refresh Azure service fabric : Container images not refresh docker docker

Azure service fabric : Container images not refresh


Make sure to use an explicit version tag on your container image, don't rely on the [latest] tag. Please use an explicit version. The orchestrator doesn't check if the image tagged 'latest' was changed in the repository, it just checks for an image with that tag.

To fix this when using VSTS, you can use $(Build.BuildId) in the Docker-Compose build task, in Additional Image Tags, so every image gets tagged with the build ID that created it. Use a tokenize task to replace the image version in your manifest.