Skip to content

Commit df5c721

Browse files
mjhenkesmschile
andauthored
[chore] Add cypress/factory to the list of docker images we offer. (#5130)
* add cypress/factory to the list of docker images we offer. * Update docs/examples/docker.mdx Co-authored-by: Matt Schile <mschile@cypress.io> --------- Co-authored-by: Matt Schile <mschile@cypress.io>
1 parent 569432d commit df5c721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/examples/docker.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ There are Docker images:
1616
- `cypress/browsers:<tag>` extends the base images with pre-installed browsers.
1717
- `cypress/included:<Cypress version>` extends the base images with
1818
pre-installed Cypress versions.
19+
- `cypress/factory:<tag>` is a docker image that can be used with docker args to
20+
generate a docker container with specific versions of node, yarn, chrome,
21+
firefox, edge and cypress. It is used to create the above docker images and
22+
can be used by you to create a custom docker image with versions of your
23+
choice.
1924

2025
## Examples
2126

0 commit comments

Comments
 (0)