Docker image for Jenkins slave supporting gitbook builds
327
Jenkins Slave docker image, based off garethjevans/jenkinsslave-ubuntu, with Compliance Masonry and GitBook installed
This is available on Docker hub as garethjevans/jenkinsslave-gitbook
To create a basic Jenkins GitBook Slave instance use:
docker run \
--detach \
--env JENKINS_MASTER=<JENKINS_MASTER_ADDRESS> \
--env JENKINS_USERNAME=<JENKINS_USERNAME> \
--env JENKINS_PASSWORD=<JENKINS_PASSWORD> \
--env JENKINS_EXECUTORS=1 \
--env JENKINS_LABELS=gitbook \
--env JENKINS_NAME=gitbook-slave \
--env LANG=C.UTF-8 \
--name jenkins_gitbook \
--volume /etc/localtime:/etc/localtime:ro \
garethjevans/jenkinsslave-gitbook:latest
Obviously, you'll need an instance of Jenkins Master as well, try garethjevans/jenkins.
Content type
Image
Digest
Size
651 MB
Last updated
almost 9 years ago
docker pull rigoford/docker-jenkinsslave-gitbook