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
- Host: GitHub
- URL: https://github.com/pdmlab/jenkins-node-docker-agent
- Owner: PDMLab
- License: mit
- Created: 2018-07-08T22:34:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T10:55:15.000Z (about 6 years ago)
- Last Synced: 2025-06-01T11:42:41.210Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/pdmlab/jenkins-node-docker-agent/
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.