Based on https://github.com/thaeli/docker-images
A Jenkins Slave for Jenkins Docker Plugin using Ubuntu 14.04 Trusty.
- Pull this image on target slave of jenkins.
docker pull shayashibara/jenkins-slave-ubuntu
-
Setting jenkins.
- Install
Jenkins Docker Plugin
. - Add
Docker
template to Cloud provider fromSystem Setting
. - Limit target job's execution node to
Label
of above template.
- Install
latest
: basic ubuntu trusty image.
php
: based on official php:5.6
image and including composer.
nodejs
: based on ubuntu trusty image with node and npm.