Disable republish in Artifactory

508 views Asked by At

How to disable re-publish of the same version of the artifact in the Jfrog Artifactory? For example Docker repository - my-docker-releases: Image myapp:1.0.0 is published in the repository. It should not be possible for anyone to publish another image with the same tag myapp:1.0.0 in the same repository. How to achieve this feature by repository settings of Artifactory?

1

There are 1 answers

0
Gabriel Kohen On

As mentioned in their documentation: https://www.jfrog.com/confluence/display/RTF6X/Managing+Permissions

Preventing Overwriting Deployments

You can prevent a user or group from overwriting a deployed release or unique snapshot by not granting the Delete permission. Non-unique snapshots can always be overwritten (provided the Deploy permission is granted).