You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
latest docker tag should not point to a beta version, or there should be a latest-stable tag as well.
Current Behavior
latest == vx.x.x-beta.x
Possible Solution
latest == vx.x.x
OR latest == vx.x.x-beta.x AND latest-stable == vx.x.x
Context
We're running some docker images based on latest, and that's causing some issues likely related to beta functionality. We're seeing different behaviors on Windows and Linux, for example.
Operating System and version (include distro if Linux): Windows
Commit hash to use with above link for reproduction:
I intend to submit a pull request to fix this issue: [ ]
Not sure if this is a fix that I can PR: docker image tag would need an update for this suggestion to be implemented.
The text was updated successfully, but these errors were encountered:
mikeseese
changed the title
[SUGGESTION] There should be a latest stable tag on docker hub
There should be a latest stable tag on docker hub
Dec 13, 2018
Expected Behavior
latest
docker tag should not point to a beta version, or there should be alatest-stable
tag as well.Current Behavior
latest == vx.x.x-beta.x
Possible Solution
latest == vx.x.x
OR
latest == vx.x.x-beta.x
ANDlatest-stable == vx.x.x
Context
We're running some docker images based on
latest
, and that's causing some issues likely related to beta functionality. We're seeing different behaviors on Windows and Linux, for example.Your Environment
latest
The text was updated successfully, but these errors were encountered: