an image with nodejs built for use as jenkins-build-node
1.7K
This image can be started as jenkins build-node. In the jenkins-webfrontend, just
docker run --rm -i -v /data/docker/jenkins-slave-nodejs/home:/home/node:z -v /data/docker/jenkins-slave-nodejs/workspace:/jenkins:Z docker.io/useltmann/jenkins-slave-nodejs
this starts a container from this image and binds two folders from the docker-host to the container
/home/node will be the home-folder of the task running user/jenkins will be the path where jenkins put the workspaceslave-jar, downloaded from https://jenkins-host/jnlpJars/slave.jarstart.sh ownes /home/node and /jenkins to user node and starts the slave.jar as user nodeContent type
Image
Digest
Size
311.4 MB
Last updated
over 8 years ago
docker pull useltmann/jenkins-slave-nodejs