aquasecurity / manifesto

Use Manifesto to store and query metadata for container images.
Apache License 2.0
164 stars 15 forks source link

Saves metadata by uploading blobs rather than pushing whole images #7

Closed lizrice closed 7 years ago

lizrice commented 7 years ago

This has the advantage that we don't need the manifesto tag for each piece of metadata.

The downside is that this uses the Registry API directly, which requires passing in the username and password (in params or env vars)

jerbia commented 7 years ago

Closed by mistake. LGTM.