Node image with git installed
203
This is a image to quickly run NODE (npm) through CI/CD pipelines without having to install NODE on the server. This image has git built in.
latest (Dockerfile) - NODE + GITThe commands below will mount your current directory onto the container to run the commands:
docker run --rm --volume $PWD:/app nandogameiro/node-git:latest node index.js
docker run --rm --volume $PWD:/app nandogameiro/node-git:latest npm install
Content type
Image
Digest
Size
35.7 MB
Last updated
about 7 years ago
docker pull nandogameiro/node-git