Add warning hint when using latest tag on images in microservices
AnsweredThe latest tag is quite vulnerable and should be avoided in a production setting for any given microservice. I suggest that we add a hint or a warning in the editor if latest or no tag i defined. More on the topic here: https://vsupalov.com/docker-latest-tag/
This is the warning used in kubernetes docs:
You should avoid using the :latest tag when deploying containers in production as it is harder to track which version of the image is running and more difficult to roll back properly.
-
Official comment
We have decided not to prioritize this at the current time. This is a general problem with all mutable tags (and not specific to Sesam), and it is not specific to "latest". We recommend using semantic versioning of Docker images.
Comment actions
Please sign in to leave a comment.
Comments
1 comment