diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2019-09-25 16:43:50 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2019-10-29 13:35:19 -0400 |
commit | 803357334ce72e14f263a0951d83cdab3fff2bde (patch) | |
tree | a32dc20e5c2a6e0ef733031ce065c463ea90a9f2 /vendor | |
parent | 05c65e88e3992eb57aee9f0dcb622de8a6d81a70 (diff) | |
download | podman-803357334ce72e14f263a0951d83cdab3fff2bde.tar.gz podman-803357334ce72e14f263a0951d83cdab3fff2bde.tar.bz2 podman-803357334ce72e14f263a0951d83cdab3fff2bde.zip |
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 <nalin@redhat.com>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |