Does Nexus 3 private docker registry support container image signing? The RHEL documentation here suggests not, but I'd like confirmation.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
In the sense that Nexus supports the v2 Registry API, it should be able to handle signed images. I don't believe Nexus supplies a Notary service though which is where most of the signing operations occur and image/key information is stored. The Nexus docco mentions nothing about signing.
You can delegate trust for your Nexus repo to a local Notary service (github) as you would for any private repo. Nexus repo's have a habit of tripping over edge cases though.