简体   繁体   中英

Disable republish in Artifactory

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?

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM