Matt Henkes

Results 111 comments of Matt Henkes

With our new [cypress/factory](https://github.com/cypress-io/cypress-docker-images/tree/master/factory) pattern we could add a chromium install script but not install it by default in the browsers image to avoid making the cypress/browsers or cypress/included images...

Since our current supported browser versions are 86 and above, i'm going to go ahead and close this issue. https://docs.cypress.io/guides/guides/launching-browsers#Browser-versions-supported

Hey @iam-medvedev , with our newly released [cypress/factory](https://hub.docker.com/r/cypress/factory) image, you shouldn't need us to release an image for you! Normally you'd consume our docker image in a docker file like...

Duplicate of https://github.com/cypress-io/cypress-docker-images/issues/363

Hey @yassine-ah , with our newly released [cypress/factory](https://hub.docker.com/r/cypress/factory) image, you can specify which version of cypress you want in the included image Using cypress/factory, you can add args for the...

The dbus errors were resolved with https://github.com/cypress-io/cypress/pull/20939 I was able to run the simple test first mentioned in the included docker container. I'm assuming something was fixed between when this...

We now offer 'latest' tags for `cypress/base`, `cypress/browsers` and `cypress/included`

@wildone , thanks for the pr! However we've recently reworked how we generate dockerfiles which makes this pr no longer applicable.

Curl has been re-introduced to the package: https://github.com/cypress-io/cypress-docker-images/pull/834 Any new docker containers released (or built by the factory) will contain curl by default. Normally we don't include dependencies not directly...