/cypress-docker-images

Docker image with Cypress dependencies

Primary LanguageJavaScript

Cypress Docker Images

These images provide all of the required dependencies for running Cypress in Docker.

We have two main images:

Image Default CI Build Description
cypress/base cypress/base:6 Docker Build Status All system dependencies, no browsers.
cypress/browsers cypress/browsers Docker Build Status All system dependencies and Chrome and Firefox browsers.

Of these images, we provide multiple tags for various operating systems and specific browser versions. These allow you to target specific combinations you need. We only provide browsers for Debian, but you can use our base images and build your own.

Name + Tag Node Operating System Dependences Browsers
cypress/base:4 4 Debian ✅ 🚫
cypress/base:6 6 Debian ✅ 🚫
cypress/base:8 8 Debian ✅ 🚫
cypress/base:centos7 6 CentOS ✅ 🚫
cypress/base:ubuntu16 6 Ubuntu ✅ 🚫
cypress/browsers:chrome63-ff57 6 Debian ✅ Chrome 63, FF 57

DockerHub

All of the images and tags are published to DockerHub here.

Examples

We utilize many of these docker images in our own projects, with different CI providers.

Check out our docs for a examples.

Contributing

See CONTRIBUTING.md