What’s a better naming scheme for Docker image tags than the tricky :latest tag? What naming schemes can help you have an easier time handling your Docker images, and make it harder to run into unexpected errors? Let’s look at a few options! The Thing With “Reusing” Tags If you use another tag than :latest, you might still run into issues if you end up “reusing” the same tag for different images.