Sign inSign up

jaydp17/jenkins-slave-nodejs

By jaydp17

Updated over 8 years ago

A Jenkins slave Docker Image 🐳 with node.js installed

Image
0

5.5K

jaydp17/jenkins-slave-nodejs repository overview

Jenkins Docker Slave [Node.js]

Travis Docker Build Statu

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.

Usage

Direct way

Go to https://<your-jenkins>.com/configure and directly give jaydp17/jenkins-slave-nodejs:7.10 as the image in Docker Image Name

Screenshot

Modify the image

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

Tag summary

Content type

Image

Digest

Size

235.5 MB

Last updated

over 8 years ago

docker pull jaydp17/jenkins-slave-nodejs:7.10