A Jenkins slave Docker Image 🐳 with node.js installed
5.5K
This image takes jaydp17/jenkins-slave as base and adds node.js (v6.6 & v7.10) to the image.
Thus it can be used to build node.js projects. It also provides a conenient way to install global packages and use it in your build.
Go to https://<your-jenkins>.com/configure and directly give jaydp17/jenkins-slave-nodejs:7.10 as the image in Docker Image Name

If you want to add/ install any more dependencies, you can use this image as base.
# Dockerfile
FROM jaydp17/jenkins-slave-nodejs:7.10
# your dependencies/configs go here
Content type
Image
Digest
Size
235.5 MB
Last updated
over 8 years ago
docker pull jaydp17/jenkins-slave-nodejs:7.10