diff options
author | baude <bbaude@redhat.com> | 2018-05-29 11:32:41 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-31 22:07:15 +0000 |
commit | 0eda60957d593411a144371bb4903c7a74307a59 (patch) | |
tree | ac63650c547480148eb7e63ecff47d721b50e732 /vendor.conf | |
parent | 81d6f082f36940f72c8a1961ac1150d7e63e415f (diff) | |
download | podman-0eda60957d593411a144371bb4903c7a74307a59.tar.gz podman-0eda60957d593411a144371bb4903c7a74307a59.tar.bz2 podman-0eda60957d593411a144371bb4903c7a74307a59.zip |
fix panic with podman pull
when there are no registries configured for the system and the user provided
a short image name, we panic'd due a logic bug in recent image pull changes.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #841
Approved by: rhatdan
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 2c1888c7a..6f20bc1e5 100644 --- a/vendor.conf +++ b/vendor.conf @@ -10,7 +10,7 @@ github.com/containerd/cgroups 77e628511d924b13a77cebdc73b757a47f6d751b github.com/containerd/continuity master github.com/containernetworking/cni v0.6.0 github.com/containernetworking/plugins 1fb94a4222eafc6f948eacdca9c9f2158b427e53 -github.com/containers/image 3143027065e31d25d8d2b6fe84b250a320fd9130 +github.com/containers/image ad33f7b73fbac0acf05b9e2cea021b61b4b0c3e0 github.com/containers/storage 0b8ab959bba614a4f88bb3791dbc078c3d47f259 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master |