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

[feat]: Add Node v16.10 cypress browser due to memory issues in 16.11+

Open aikrez opened this issue 3 years ago • 1 comments

Due to https://github.com/facebook/jest/issues/11956 we are having memory issues with the image with Node 16.13 Therefore we would like to use a version with Node 16.10 which should not have the memory issue as described in the link

aikrez avatar Jul 18 '22 08:07 aikrez

Have you tried the node-16.14.2-slim base image? Based on that issue, the issue can still persist in other versions, and there are other possible solutions in the thread.

If you still need images with that specific version, please consider contributing a PR with the image you need.

admah avatar Jul 25 '22 14:07 admah