diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-09-21 06:45:28 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-21 13:35:23 +0000 |
commit | 2d1b3e6c305edd1d1689d52aa19094b6c95874e1 (patch) | |
tree | 9c028a40089076b2cb88b271cb056c97af4722a2 /vendor.conf | |
parent | c4b15ce46b1f49404d5b43b9fd50b14ac7fbee60 (diff) | |
download | podman-2d1b3e6c305edd1d1689d52aa19094b6c95874e1.tar.gz podman-2d1b3e6c305edd1d1689d52aa19094b6c95874e1.tar.bz2 podman-2d1b3e6c305edd1d1689d52aa19094b6c95874e1.zip |
Vendor in latest containers/buildah
Fixes issues with builtin volumes having correct ownership and permissions
when doing podman builds.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1525
Approved by: giuseppe
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 45c9d1956..1f28159cd 100644 --- a/vendor.conf +++ b/vendor.conf @@ -90,7 +90,7 @@ k8s.io/kube-openapi 275e2ce91dec4c05a4094a7b1daee5560b555ac9 https://github.com/ k8s.io/utils 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e https://github.com/kubernetes/utils github.com/mrunalp/fileutils master github.com/varlink/go master -github.com/containers/buildah 19e44f087d5371c86a75bb2ab904c5b98519fa69 +github.com/containers/buildah 53b05ae20fdd801f33cad5e01789898dba31029d github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |