Base image with all required dependencies for running Cypress.
114
Base images with all required dependencies for running Cypress in Docker. They're based on the official Cypress images, but adapted to the development toolchain employed by the team in charge of the web front-end of Moss.
All images are available on Docker Hub. They are tagged with the Node.js version they contain.
| Image | Node.js | Browsers | Status |
|---|---|---|---|
| doalitic/cypress-base:8 | 8.11 | - |
Example Dockerfile to install and run Cypress.
FROM doalitic/cypress-base:8
RUN npm install cypress
RUN $(npm bin)/cypress run
Content type
Image
Digest
Size
336 MB
Last updated
over 8 years ago
docker pull doalitic/cypress-base:8