diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-26 15:36:27 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-26 15:37:23 -0500 |
commit | e3b428686d4b572d7c9658c7ad8c4e6936cfe73f (patch) | |
tree | c1c7d061b0689b1bea5c41142b0892575bb8ba64 /vendor.conf | |
parent | ee667dcf97df4ed38b2046b33911dad882829bf8 (diff) | |
download | podman-e3b428686d4b572d7c9658c7ad8c4e6936cfe73f.tar.gz podman-e3b428686d4b572d7c9658c7ad8c4e6936cfe73f.tar.bz2 podman-e3b428686d4b572d7c9658c7ad8c4e6936cfe73f.zip |
Vendor in latest buildah 1.7.1
This release updates buildah to use containers/image v1.5
Which fixes a crash issue when pulling container images.
Signed-off-by: Daniel J Walsh <dwalsh@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 678807d1c..f739c76f4 100644 --- a/vendor.conf +++ b/vendor.conf @@ -93,7 +93,7 @@ k8s.io/apimachinery kubernetes-1.10.13-beta.0 https://github.com/kubernetes/apim k8s.io/client-go kubernetes-1.10.13-beta.0 https://github.com/kubernetes/client-go github.com/mrunalp/fileutils 7d4729fb36185a7c1719923406c9d40e54fb93c7 github.com/varlink/go 3ac79db6fd6aec70924193b090962f92985fe199 -github.com/containers/buildah v1.7 +github.com/containers/buildah v1.7.1 # TODO: Gotty has not been updated since 2012. Can we find replacement? github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512 # do not go beyond the below commit as the next one requires a more recent |