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
1. Is your feature request related to a problem? Please describe
GitHub releases uses the latest tag for the latest release. In Docker, as I had created the tag rolling, the latest tag is being used basically as almost everyone uses it (means the latest image).
2. Describe the solution you'd like
Change this and make it uniform: Docker's latest tag will mean the latest release (in our case, a rolling release). We'll not be alone, for Ubuntu the latest tag means (the latest) LTS.
The text was updated successfully, but these errors were encountered:
Docker's `latest` tag will mean the latest stable version released
(in our case, a rolling release) of a Docker Image.
Close#385.
Signed-off-by: Claudio André <[email protected]>
1. Is your feature request related to a problem? Please describe
GitHub releases uses the
latest
tag for the latest release. In Docker, as I had created the tagrolling
, thelatest
tag is being used basically as almost everyone uses it (means the latest image).2. Describe the solution you'd like
Change this and make it uniform: Docker's
latest
tag will mean the latest release (in our case, a rolling release). We'll not be alone, for Ubuntu thelatest
tag means (the latest) LTS.The text was updated successfully, but these errors were encountered: