skopeo/integration
Colin Walters 644074cbb4 proxy: Add support for manifest lists
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>
2021-11-15 21:02:14 -05:00
..
fixtures Dockerfile.build: switch to fedora:latest 2021-02-24 15:49:14 +01:00
blocked_test.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
check_test.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
copy_test.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
decompress-dirs.sh copy: add a --all/-a flag 2019-10-22 11:05:42 -04:00
fixtures_info_test.go Remove signature/fixtures subpackage 2016-05-21 21:21:58 +02:00
openshift_shell_test.go Run (gofmt -s -w) 2021-08-23 18:04:45 +02:00
openshift.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
proxy_test.go proxy: Add support for manifest lists 2021-11-15 21:02:14 -05:00
registry.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
signing_test.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
sync_test.go Update non-module dependencies 2021-08-23 15:52:48 +02:00
utils.go Update non-module dependencies 2021-08-23 15:52:48 +02:00