Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 842 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 842 Bytes

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 )