-
Hi, In this data, how can one get all the URIs for respective hash both in private and public docker registry? Thanks in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Every registry should support the OCI distribution and image specifications; those can be used if you're not integrating specifically with a registry. Authz for private layers will depend on specifics, but signed URLs and header tokens should work as expected. The |
Beta Was this translation helpful? Give feedback.
Every registry should support the OCI distribution and image specifications; those can be used if you're not integrating specifically with a registry. Authz for private layers will depend on specifics, but signed URLs and header tokens should work as expected.
The
clairctl
tool has amanifest
subcommand which can create manifests from public container repositories, and should understand the.docker/config.json
file for private repositories.