-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove publishing to Docker tag latest
#3182
Comments
closes #3182 This change would stop deploying docker tag latest on live, instead requiring a version tag, which is already deployed to dockerhub
not sure if I understand properly, what's the point of having a "latest" version if it doesnt get the latest version all the time? |
There is no point in having the tag available if it isn't updated, so perhaps it should be made more clear that the tag will be deleted from the Docker hub at some point to avoid confusion around its usefulness (for production at least, will remain on the beta side). Updated comment to reflect this. |
and why not update it like normal? |
Having a
|
okay I see makes sense. |
closes #3182 This change would stop deploying docker tag latest on live, instead requiring a version tag, which is already deployed to dockerhub
To follow general best practices for Docker tagging, the
latest
tag for production images should no longer update when a new version is published: https://hub.docker.com/r/nanocurrency/nano/tags. Thislatest
tag will be deleted from the Docker hub in the near future. However, thelatest
tag will be left available for the beta network tags to facilitate more passive contributions: https://hub.docker.com/r/nanocurrency/nano-beta/tags.The text was updated successfully, but these errors were encountered: