Jenkins Slave to build Python Projects
1M+
Docker Container for usage as a jenkins slave to build python projects. Preinstalled Python/SQL/Dynamo/Redis/Rabbit. Based on Ubuntu 16.04.
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
Content type
Image
Digest
Size
561.8 MB
Last updated
over 9 years ago
docker pull mths/docker-jenkins-python