Open ThreeSixes opened 1 month ago
Why I use only the latest?
The reason is that the app is also be hearing only to the latest version of the container, because the notification informations could be changed in newer versions maybe (more information send to the app or a specific id that is required)
When you use an older version of the container you will get always a dialog prompt in the app to use the latest container version.
Is your feature request related to a problem? Please describe. I am unable to target a specific version of the application when running a docker pull. The only supported tag for
v1.3.0.0
islatest
. I'd like to be able to control the version my system is pulling through the use of Docker image tags.Describe the solution you'd like Please update the build pipeline to support tagging various images with their specific version upon release.
Describe alternatives you've considered There aren't any good alternatives to be able to pull specific versions of the image since the only tag seems to be
latest
.