jnsdrtlf / jenkins-jnlp-docker

Inbound Jenkins Agent (JNLP) with Docker and Docker Compose

Home Page:https://hub.docker.com/r/jnsd/jenkins-jnlp-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Agent with Docker and Docker Compose

Docker Pulls

This image is based upon the Debian Buster JDK 11 version of jenkins/inbound-agent and provides a Jenkins agent with Docker and Docker Compose preinstalled.

Usage

Linux:

docker run --init jnsd/jenkins-jnlp-docker:latest -url <JENKINS_URL> <secret> <agent name>

Once your agent is connected with Jenkins, you can use the Docker Plugin to build Dockerfiles, run commands in Containers, etc.

For more information about the JNLP agent, see jenkinsci/docker-inbound-agent.

About

Inbound Jenkins Agent (JNLP) with Docker and Docker Compose

https://hub.docker.com/r/jnsd/jenkins-jnlp-docker

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 85.2%Language:Makefile 14.8%