cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Docker images with Cypress dependencies and browsers

Results 173 cypress-docker-images issues
Sort by recently updated
recently updated
newest added

We are using included:10.11.0 and we got 28 critical vulnerabilities by running trivy. ``` ╰─$ trivy image cypress/included:10.11.0 --ignore-unfixed 1 ↵ 2022-10-27T18:15:40.640+0200 INFO Vulnerability scanning is enabled 2022-10-27T18:15:40.640+0200 INFO Secret...

Unable to install chrome 103 version with cypress 10.11.0 version ``` ##[error]The command '/bin/sh -c apt-get update --fix-missing && apt-get install -y software-properties-common && apt-get install -y ./cypress/fixtures/chromedriver-103.deb && echo...

Hi, I used to run the Cypress interactive GUI inside docker like this on Linux: ```bash docker run -it --rm --name cypress \ --privileged \ --network host \ --ipc=host \...

https://github.com/cypress-io/cypress-docker-images/tree/master/examples/included-as-non-root-mapped ``` $ ./build $ docker run -it -v /tmp:/tmp -v "$PWD":/test -w /test --user "$(id -u)":"$(id -g)" --entrypoint /bin/sh cypress/example ``` ``` $ cypress verify # timeout failed ```

In a perfect world we would not have to consider windows testing, but of course we do. While the linux container support here has been great, the windows container story...

type: feature

Like https://github.com/hadolint/hadolint and read https://snyk.io/blog/10-docker-image-security-best-practices/

type: enhancement

Anyone working on it? I have a really urgent demand for it on the company I'm working right now and may try to tackle this if it is possible. Is...

Upgrade yarn to 1.22.22

Attempted to upgrade `yarn` from `1.22.19` -> `1.22.22` and encountered this error ``` 11:28:41 4.005 gpg: key 1646B01B86E50310: public key "Yarn Packaging " imported 11:28:41 4.010 gpg: Total number processed:...

### What would you like? There's yarn 1.22.22 but the images are on 1.22.19 https://hub.docker.com/layers/cypress/included/13.8.0/images/sha256-8fd74c146e3f3b0ae33f9d2864cbe7e2068434df24fc35abff913c9505eea59a?context=explore Please upgrade yarn. Thanks ### Why is this needed? _No response_ ### Other _No response_

good first issue