joshwiens / circleci-node8-base

NodeJS 8.2 build, test & deployment container for CircleCI 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI 2.0 Node 8.2 Build container

Docker Repository for my NodeJS CircleCI 2.0 build & deployment Image.

Usage

# config.yml
    docker:
      - image: d3vaint0ne/circleci-node8-base

Essentially it's circleci/node:8.2.1 + NVM + Google Cloud SDK. The SDK is not initialized in this build, this is done during the consuming CI run using secure environment variables ( see the gpc docs ).

The container does not have a headless browser configuration ( Jest 4 life )

About

NodeJS 8.2 build, test & deployment container for CircleCI 2.0

License:Apache License 2.0