diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-05-31 12:38:41 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-01 10:08:56 -0400 |
commit | 29c831f9d6abf8d650bc7feb63a1e60876238504 (patch) | |
tree | 4a75e2f9fe83d9296c02509e67b74305bf927392 /vendor.conf | |
parent | ff3b46e769bc9a064ee8f45b9dbff8795d94bb7a (diff) | |
download | podman-29c831f9d6abf8d650bc7feb63a1e60876238504.tar.gz podman-29c831f9d6abf8d650bc7feb63a1e60876238504.tar.bz2 podman-29c831f9d6abf8d650bc7feb63a1e60876238504.zip |
Add OnBuild support for podman build
Only supported for docker formated images. OCI Does not support this flag.
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 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 |