Mike McCready
Mike McCready
I'm going to close this issue as the problem with Node.js `18.12.1` does not affect currently used versions of Node.js `18.x`. The workaround is to use another Node.js version. Cypress...
@Joelasaur Yarn Modern recommends installing using `corepack`, however this technology is still experimental and not suitable for production use, according to the [Node.js documentation for corepack](https://nodejs.org/docs/latest/api/corepack.html). The workaround you described...
@HendrikJan - Can we assume that you issue is covered in your #878 or is there something here which needs follow-up?
Closing. We can re-open if there is new information available.
As announced by RedHat, centOS 7 reaches end-of-life on June 30, 2024, so this enhancement request becomes obsolete. - [What to know about CentOS Linux EOL](https://www.redhat.com/en/topics/linux/centos-linux-eol) See https://hub.docker.com/r/cypress/base/tags?page=&page_size=&ordering=&name=centos for `cypress/base`...
@jehon > Why is it important? > > * On GitHub actions, you run as user 1001, which fail. https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-docker.yml demonstrates successfully setting `options: --user 1001`. Do you have an...
Closing. The situation has changed since this issue was originally posted.
Closing due to inactivity.
Thanks for your feedback and I have re-opened your issue.
The Cypress binary installs in `/root` https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/factory.Dockerfile#L24 The Cypress npm module installs in `/usr/local/lib/node_modules` which is standard for npm global installation. https://github.com/cypress-io/cypress-docker-images/blob/55c80b6bd6a64213f5544da91fc50dd966834075/factory/factory.Dockerfile#L111-L113