diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-02-01 15:59:43 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-02-01 15:59:43 +0100 |
commit | 35c2a3a62af032983573943579b59692610b822c (patch) | |
tree | e907ef2c540eae3f7f9ffc7a67ecf543cb4d1ddf /vendor.conf | |
parent | e97dc8e0614de36d40415635845087e2fcc036cf (diff) | |
download | podman-35c2a3a62af032983573943579b59692610b822c.tar.gz podman-35c2a3a62af032983573943579b59692610b822c.tar.bz2 podman-35c2a3a62af032983573943579b59692610b822c.zip |
vendor latest containers/image
* make docker destination threadsafe
* use copy progress bars only when the fd points to a tty
Please note that this is not a release over containers/image. For an
upcoming release of libpod, we might consider vendoring the latest
release of containers/image.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 76c2b8810..4a62c6be7 100644 --- a/vendor.conf +++ b/vendor.conf @@ -15,7 +15,7 @@ github.com/containerd/cgroups 39b18af02c4120960f517a3a4c2588fabb61d02c github.com/containerd/continuity 004b46473808b3e7a4a3049c20e4376c91eb966d github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins v0.7.4 -github.com/containers/image v1.3 +github.com/containers/image 67b1f789f2ce8a3654592a582fff26c396326236 github.com/containers/storage v1.8 github.com/containers/psgo v1.1 github.com/coreos/go-systemd v14 |