diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-02-26 15:55:20 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-02-26 15:55:20 +0100 |
commit | ffe7e496986eb96bdb5ea9cbb8d676a96197213e (patch) | |
tree | 607ae985836168a01f4f21b691484aed1f0d3665 /vendor.conf | |
parent | 8a5e1038766b34f8cb4fbe53829ebb0dc8c0ca0a (diff) | |
download | podman-ffe7e496986eb96bdb5ea9cbb8d676a96197213e.tar.gz podman-ffe7e496986eb96bdb5ea9cbb8d676a96197213e.tar.bz2 podman-ffe7e496986eb96bdb5ea9cbb8d676a96197213e.zip |
vendor containers/image v1.5
Fixes are race condition in the blobinfocache when copying images
leading to a panic().
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 445f0844a..678807d1c 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.4 +github.com/containers/image v1.5 github.com/vbauerster/mpb v3.3.4 github.com/mattn/go-isatty v0.0.4 github.com/VividCortex/ewma v1.1.1 |