cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1k stars 376 forks source link

chore: add 20.15.0 internal docker images #1133

Closed AtofStryker closed 1 week ago

AtofStryker commented 1 week ago

adds the 20.15.0 docker image and browsers images to be used within cypress CI to test the kitchensink. see https://github.com/cypress-io/cypress/pull/29771

images are already published

MikeMcC399 commented 1 week ago

In each Dockerfile the following setting is obsolete:

# allow installing when the main user is root
ENV npm_config_unsafe_perm=true
AtofStryker commented 1 week ago

ENV npm_config_unsafe_perm=true

@MikeMcC399 removed in 927ee61

AtofStryker commented 1 week ago

LGTM! Thanks for asking!

Thank you for reviewing as always @MikeMcC399 !