# 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 )