aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-docker-pycreds.inc
AgeCommit message (Collapse)Author
2019-12-06python-docker-pycreds: uprev to 0.4.0Ming Liu
Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-12-21add the py2 version for python-docker and python-docker-pycreds packagesTing Yu
add the py2 version for python-docker and python-docker-pycreds packages. add python-six and python-backport_ssl (for ph2 only) as python-docker dependencies. verify the connection to docker engine at run time - >>> import docker >>> client = docker.from_env() >>> client.images.list() [<Image: 'hello-world:latest'>] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>