mirror of
https://github.com/containers/skopeo.git
synced 2025-05-10 00:46:46 +00:00
I was experimenting with images with lots of layers (> 200) and this invocation was incorrectly adding the entire response into what was intended as the metadata plane. `GetManifest` and `GetConfig` (even those are relatively small) still always return their data over a pipe, same as blobs. Add a new `GetLayerInfoPiped` that does the same so we can easily get this information for images with a lot of layers. Signed-off-by: Colin Walters <walters@verbum.org> |
||
---|---|---|
.. | ||
fixtures | ||
blocked_test.go | ||
check_test.go | ||
copy_test.go | ||
fixtures_info_test.go | ||
openshift_shell_test.go | ||
openshift.go | ||
procutils_linux.go | ||
procutils.go | ||
proxy_test.go | ||
registry.go | ||
signing_test.go | ||
sync_test.go | ||
utils.go |