Sign inSign up

monotek/jenkins-jnlp-slave

By monotek

Updated over 9 years ago

jenkins jnlp slave with arm support

Image
0

319

monotek/jenkins-jnlp-slave repository overview

debian jessie jenkins jnlp-slave with docker-ce and support for arm docker containers

If your Docker host is Debian/Ubuntu you first have to:

  • apt-get update;apt-get install qemu-user-static binfmt-support

If your Docker host is CentOS you first have to:

  • cp qemu-arm-static to /usr/bin/qemu-arm-static
  • if you use your own entrypoint get sure "update-binfmts --enable qemu-arm" is executed before starting docker arm containers

run the jenkins slave via:

to run arm docker contrainer inside jenkins slave:

  • docker run -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static armbuild/debian uname -a

Tag summary

Content type

Image

Digest

Size

323.2 MB

Last updated

over 9 years ago

docker pull monotek/jenkins-jnlp-slave