diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-01 12:59:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 12:59:47 -0400 |
commit | 3c63a48bb8c1bdff688ce5b6c9c6e3079370e603 (patch) | |
tree | d098f85f80fb364e0d8b082ecd1f898cfde2c186 /vendor.conf | |
parent | 10d440a1c898aac84198c9c34d48d0cea9085f68 (diff) | |
parent | 29c831f9d6abf8d650bc7feb63a1e60876238504 (diff) | |
download | podman-3c63a48bb8c1bdff688ce5b6c9c6e3079370e603.tar.gz podman-3c63a48bb8c1bdff688ce5b6c9c6e3079370e603.tar.bz2 podman-3c63a48bb8c1bdff688ce5b6c9c6e3079370e603.zip |
Merge pull request #859 from rhatdan/onbuild
Add OnBuild support for podman build
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 6f20bc1e5..e53d04523 100644 --- a/vendor.conf +++ b/vendor.conf @@ -88,7 +88,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/projectatomic/buildah 25f4e8ec639044bff4ab393188d083782f07b61c +github.com/projectatomic/buildah b66e8531456e2986ffc409f591c9005813589a34 github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |