Skip to content

docker image with latest tag is considered an anti-pattern

Hino Hatake requested to merge fix-latest-tag into master

read more here:

quoted from k8s:

Note: 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.

Edited by Hino Hatake

Merge request reports