mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
We need to support manifest lists. I'm not sure how I missed this originally. At least now we have integration tests that cover this. The issue here is fairly subtle - the way c/image works right now, `image.FromUnparsedImage` does pick a matching image from a list by default. But it also overrides `GetManifest()` to return the original manifest list, which defeats our goal here. Handle this by adding explicit manifest list support code. We'll want this anyways for future support for `GetRawManifest` or so which exposes OCI manifest lists to the client. Signed-off-by: Colin Walters <walters@verbum.org> |
||
---|---|---|
.. | ||
fixtures | ||
blocked_test.go | ||
check_test.go | ||
copy_test.go | ||
decompress-dirs.sh | ||
fixtures_info_test.go | ||
openshift_shell_test.go | ||
openshift.go | ||
proxy_test.go | ||
registry.go | ||
signing_test.go | ||
sync_test.go | ||
utils.go |