Sign inSign up

thojkooi/ci-nodejs

By thojkooi

Updated over 7 years ago

Docker image with NodeJS and other pre-installed tools, aimed to be used with Gitlab CI

Image
0

816

thojkooi/ci-nodejs repository overview

Gitlab CI - NodeJS

build status Docker Build Statu Docker hub

Pre-build image containing NodeJS and various additional nodejs packages to save having to install those during pipeline builds.

Available tools

  • mocha
  • grunt
  • bower
  • nyc
  • jshint
  • eslint
  • htmlhint
  • notes
  • npm-dview
  • snazzy
  • nsp
  • js-yaml

Usage

In gitlab-ci:

unit-tests:
    stage: test
    image: registry.gitlab.com/thojkooi/ci-nodejs
    before_script:
      - npm install
    script:
      - mocha
      - eslint .

Tag summary

Content type

Image

Digest

Size

72.8 MB

Last updated

over 7 years ago

docker pull thojkooi/ci-nodejs