From 803357334ce72e14f263a0951d83cdab3fff2bde Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 25 Sep 2019 16:43:50 -0400 Subject: image: don't get confused by lists When an image can be opened as an ImageSource but not an Image, handle the case where it's an image list all by itself, the case where it's an image for a different architecture/OS combination, or the case where it's both. Signed-off-by: Nalin Dahyabhai --- vendor/modules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor') diff --git a/vendor/modules.txt b/vendor/modules.txt index 300561370..ae456b4a5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -87,10 +87,10 @@ github.com/containers/image/v5/storage github.com/containers/image/v5/copy github.com/containers/image/v5/docker/reference github.com/containers/image/v5/docker/tarfile +github.com/containers/image/v5/image github.com/containers/image/v5/oci/layout github.com/containers/image/v5/tarball github.com/containers/image/v5/pkg/sysregistriesv2 -github.com/containers/image/v5/image github.com/containers/image/v5/directory/explicitfilepath github.com/containers/image/v5/docker/policyconfiguration github.com/containers/image/v5/pkg/blobinfocache/none -- cgit v1.2.3-54-g00ecf