estesp / manifest-tool

Command line tool to create and query container image manifest list/indexes
Apache License 2.0
737 stars 92 forks source link

Preserve attestations with images #218

Closed estesp closed 1 year ago

estesp commented 1 year ago

Simple initial implementation of preserving attestations that exist in source images in the final manifest list/index.

Fixes: #199

This solves #199 specifically, but I want to clean this up some more; it's a bit brittle at the moment. I would rather make this flexibly support combining two different indexes (merging platforms and attestations, for example).