Skip to content

Allow Docker registry to prevent overriding tags

Description

Currently, when pushing a new image to gitlab Docker registry you can override existing tags. It would be great if it could be configured so that this is not possible (or that maybe only users with some permissions can do that). So similar to git protected tags/branches.

Links / references

https://docs.docker.com/datacenter/dtr/2.4/guides/user/manage-images/prevent-tags-from-being-overwritten/