summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-docker-pycreds_0.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* add the py2 version for python-docker and python-docker-pycreds packagesTing Yu2018-12-211-7/+1
| | | | | | | | | | | | | 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>
* python3-docker-pycreds: update to 0.3.0Ricardo Salveti2018-06-221-0/+9
Update python3-docker-pycreds from 0.2.1 to 0.3.0. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>