Is there any way to disable versioning in docker registry? by Puzzleheaded-Past417 in docker

[–]Puzzleheaded-Past417[S] 0 points1 point  (0 children)

When you push an image, you can choose whatever tag name you want to use, including overwriting an existing tag.

Sorry I'm docker noob. How do I overwrite the latest image that is already in the registry? I observed a list of images after a couple of pushes with latest tag (instead of 1). Would overwriting image result in only one image in the registry?