Sign inSign up

mths/docker-jenkins-python

By mths

Updated over 9 years ago

Jenkins Slave to build Python Projects

Image
0

1M+

mths/docker-jenkins-python repository overview

docker-jenkins-python

Docker Container for usage as a jenkins slave to build python projects. Preinstalled Python/SQL/Dynamo/Redis/Rabbit. Based on Ubuntu 16.04.

Services installed

SSH Usage

Starts a SSH server with User: jenkins/jenkins

Example: Start all services, install python dependenciesw and start testsuite

service mysql start
service redis-server start
ervice dynamo-server start
service rabbitmq-server start
mysql -h localhost -u root -proot -e "CREATE DATABASE mydb;"
python setup.py install
py.test

Tag summary

Content type

Image

Digest

Size

561.8 MB

Last updated

over 9 years ago

docker pull mths/docker-jenkins-python