An open API service indexing awesome lists of open source software.

https://github.com/pdmlab/jenkins-node-docker-agent

Jenkins test agent Docker images for Node with Docker and Docker-Compose installed
https://github.com/pdmlab/jenkins-node-docker-agent

Last synced: 5 months ago
JSON representation

Jenkins test agent Docker images for Node with Docker and Docker-Compose installed

Awesome Lists containing this project

README

          

# Jenkins Docker / Docker-Compose / Nodejs agent

This repository contains Docker image definitions to be used as Docker `agents` in Jenkins Pipelines.
The images contain the specified Node.js versions, `docker` and `docker-compose`.

## Usage

```groovy
agent {
docker {
image 'pdmlab/jenkins-node-docker-agent:6.11.1'
}
}
```

`Dockerfile` and `wrapdocker` are based on https://github.com/jpetazzo/dind/blob/master/wrapdocker.