diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-02 05:34:11 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-02 15:58:33 +0000 |
commit | 13f745092f2685877ec13f0f984d89b3096d494b (patch) | |
tree | 0e4985b399c30393cb7335bbfa9b36d39099ca5c /vendor.conf | |
parent | 22e6f1164115378269c789b418c01e05178be277 (diff) | |
download | podman-13f745092f2685877ec13f0f984d89b3096d494b.tar.gz podman-13f745092f2685877ec13f0f984d89b3096d494b.tar.bz2 podman-13f745092f2685877ec13f0f984d89b3096d494b.zip |
Vendor in latest containers/storage
This vendor will improve the performance of using userns
since it will save aside the image layer of the chown, so
followup runnings of podman will use the new layer rather
then chowning again.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #881
Approved by: mheon
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 5f9391b08..c69357d56 100644 --- a/vendor.conf +++ b/vendor.conf @@ -11,7 +11,7 @@ github.com/containerd/continuity master github.com/containernetworking/cni v0.6.0 github.com/containernetworking/plugins 1fb94a4222eafc6f948eacdca9c9f2158b427e53 github.com/containers/image ad33f7b73fbac0acf05b9e2cea021b61b4b0c3e0 -github.com/containers/storage 0b8ab959bba614a4f88bb3791dbc078c3d47f259 +github.com/containers/storage 4993aae31ced3971f5b72f28c4e3fe38c34fa634 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master github.com/cyphar/filepath-securejoin v0.2.1 |