summaryrefslogtreecommitdiff
path: root/vendor/github.com/kubernetes-incubator/cri-o
Commit message (Collapse)AuthorAge
* Remove unused vendor code from CRI-ODaniel J Walsh2017-12-19
| | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #157 Approved by: mheon
* Update vendoringDaniel J Walsh2017-11-22
Update version of docker to pull in lates code Remove kubernetes since libpod is not tied to it. Remove a few other packages that we don't seem to use. Left in the networking stuff, since we will hopefully be wiring that together. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #60 Approved by: umohnani8