Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitroniq/jenkins-jnlp-slave-with-docker
Docker image to run a JNLP slave for Jenkins with Docker Engine installed. Suitable for Docker plugin.
https://github.com/bitroniq/jenkins-jnlp-slave-with-docker
docker dockerfile jenkins jnlp slave
Last synced: 13 days ago
JSON representation
Docker image to run a JNLP slave for Jenkins with Docker Engine installed. Suitable for Docker plugin.
- Host: GitHub
- URL: https://github.com/bitroniq/jenkins-jnlp-slave-with-docker
- Owner: bitroniq
- License: gpl-3.0
- Created: 2019-08-23T12:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T16:38:07.000Z (over 5 years ago)
- Last Synced: 2024-11-25T07:51:53.842Z (2 months ago)
- Topics: docker, dockerfile, jenkins, jnlp, slave
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/bitroniq/jenkins-jnlp-slave-with-docker
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-jnlp-slave-with-docker
Docker image to run a JNLP slave for Jenkins with Docker Engine installed. Suitable for Docker plugin.https://hub.docker.com/r/bitroniq/jenkins-jnlp-slave-with-docker
[![](https://images.microbadger.com/badges/image/bitroniq/jenkins-jnlp-slave-with-docker.svg)](https://microbadger.com/images/bitroniq/jenkins-jnlp-slave-with-docker "Get your own image badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/bitroniq/jenkins-jnlp-slave-with-docker.svg)](https://microbadger.com/images/bitroniq/jenkins-jnlp-slave-with-docker "Get your own version badge on microbadger.com")> Docker image with *Java*, *Docker Engine* and basic tools and environment.
> The image is based on the official [jenkins/slave:latest](https://hub.docker.com/r/jenkins/slave).
> The basic idea of this image is to add *Docker Engine* to official Jenkins Slave image.
> This allows to use the container as executor/node/slave in Jenkins using the Docker Cloud via [Docker plugin](https://wiki.jenkins.io/display/JENKINS/Docker+Plugin).