An image with node.js to run tests in the CircleCI
- Common tools used in development and CI are installed e.g.
git
,ssh
,tar
,ca-certificates
,curl
,wget
. - Docker tools: latest
docker
,docker-compose
, anddockerize
are installed - Bonus tools:
jq1.5
,awscli
- Use a
root
user by default
parpe/circleci-node-image:<version>
This is the defacto image. If you are unsure about what your needs are, you probably want to use this one for common tools.
parpe/circleci-node-image:<version>-browsers
This image makes browser testing easier. It extends the defacto image and installs Firefox and Chrome/chromedriver and configure them to run in a chrontainzied environment
Common | Browser Testing |
---|---|
8.9.4 | 8.9.4-browsers |
Common | Browser Testing |
---|---|
8.9.4-dev | 8.9.4-browsers-dev |