latest docker tag should not point to a beta version, or there should be a latest-stable tag as well.
latest == vx.x.x-beta.x
latest == vx.x.x
OR
latest == vx.x.x-beta.x AND latest-stable == vx.x.x
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.
latestThis may be an issue with our CI/CD setup. @davidmurdoch is looking into it. We didn't mean to point latest to beta releases
Looks like this has been addressed, seeing a beta and next tag on Dockerhub. Closing here.
Most helpful comment
This may be an issue with our CI/CD setup. @davidmurdoch is looking into it. We didn't mean to point
latestto beta releases