NodeJS 8.4 build, test & deployment container for CircleCI 2.0
Docker Repository for the EasyMetrics NodeJS CircleCI build & deployment Image.
# config.yml
docker:
- image: easymetrics/circleci-gcp-node8
Essentially it’s circleci/node:8.2.0 + NVM + Google Cloud SDK. The SDK is not initialized in this build, that is done during the CI run using secure environment variables ( see the gpc docs ).
The container does not have a headless browser configuration ( We use Jest because in-browser testing is over )