Sign inSign up

armhero/jenkins-slave

By armhero

Updated over 9 years ago

A jenkins slave for ARM

Image
0

1.4K

armhero/jenkins-slave repository overview

Jenkins Slave

The Jenkins slave used to generate ARMhero images. It uses the swarm plugin to communicate with the master. The image is inherit from armhero/raspbian.

Ingredients

  • Jenkins Swarm Plugin 2.2
  • Debootstrap
  • Docker (For controlling the docker daemon on the host)
  • OpenJDK 7

Usage

You need to have the swarm plugin installed. Then you can run the slave like this:

docker run -v /var/run/docker.sock:/var/run/docker.sock \
  -e JENKINS_MASTER=https://your-jenkins.example.com \
  -e JENKINS_USERNAME=your_jenkins_user \
  -e JENKINS_PASSWORD=your_jenkins_password

Tag summary

Content type

Image

Digest

Size

165.7 MB

Last updated

over 9 years ago

docker pull armhero/jenkins-slave