copy: add shared blob directory support for OCI sources/destinations#443
copy: add shared blob directory support for OCI sources/destinations#443mtrmac merged 2 commits intocontainers:masterfrom nstack:shared-blobs
Conversation
|
👍 pending tests. Currently there isn’t a better way. In principle |
|
Well, we could enhance the OCI référence format to take options in the reference string itself but best to go with this now. |
|
LGTM |
|
looks like this needs a rebase already? wtf |
To pick up containers/image#369 Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
Only works for OCI layout sources and destinations.
|
That's.... odd Anyway, updated now |
That introduces undesirable string parsing and joining, and issues like ”are two images the same if they only differ in an option?”. The Anyway, that’s for someone’s Copious Spare Time. |
Following on from containers/image#369, this adds command-line flags to
skopeo copywhich allow users to use a shared directory for blobs when working with OCI layouts.@runcom this patch is nice and tiny, but is there a better way to scope flags to specific source/dest types?