camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

render: Add filter_unpack #252

Closed jeckersb closed 1 year ago

jeckersb commented 1 year ago

This lets users supply a callback receiving the path of each file in the image to selectively filter which files are unpacked into the destination directory.

PratikMahajan commented 1 year ago

/lgtm