Docker image with NodeJS and other pre-installed tools, aimed to be used with Gitlab CI
816
Pre-build image containing NodeJS and various additional nodejs packages to save having to install those during pipeline builds.
In gitlab-ci:
unit-tests:
stage: test
image: registry.gitlab.com/thojkooi/ci-nodejs
before_script:
- npm install
script:
- mocha
- eslint .
Content type
Image
Digest
Size
72.8 MB
Last updated
over 7 years ago
docker pull thojkooi/ci-nodejs