diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-25 10:44:21 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-26 16:21:10 +0000 |
commit | f2894f243bb39f6daae0daee305ec5899ca3e4d1 (patch) | |
tree | bc591571c061b812b14a98bd528087a97c9fcf53 /vendor.conf | |
parent | 1d4f40bd1ace049eb09736358c870aa654011c3f (diff) | |
download | podman-f2894f243bb39f6daae0daee305ec5899ca3e4d1.tar.gz podman-f2894f243bb39f6daae0daee305ec5899ca3e4d1.tar.bz2 podman-f2894f243bb39f6daae0daee305ec5899ca3e4d1.zip |
Update containers/storage to pick up overlay driver fix
New pinned commit is ff8a6d2bf496daf46ab1a153f783a0f6b8762a54
This includes a fix to error reporting with overlayfs, and will
produce more verbose errors when initializing overlayfs fails.
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #546
Approved by: baude
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 7c9c96936..dddc225e8 100644 --- a/vendor.conf +++ b/vendor.conf @@ -3,7 +3,7 @@ github.com/sirupsen/logrus v1.0.0 github.com/containers/image b327f751c16e4a189fdcde4ea36be67cc964c605 github.com/docker/docker-credential-helpers d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1 github.com/ostreedev/ostree-go master -github.com/containers/storage 1e5ce40cdb84ab66e26186435b1273e04b879fef +github.com/containers/storage ff8a6d2bf496daf46ab1a153f783a0f6b8762a54 github.com/containernetworking/cni v0.4.0 google.golang.org/grpc v1.0.4 https://github.com/grpc/grpc-go github.com/opencontainers/selinux b29023b86e4a69d1b46b7e7b4e2b6fda03f0b9cd |