Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image ships with npm 6.10.0 which has a bug #6222

Closed
jonathannaim opened this issue Jan 22, 2020 · 3 comments
Closed

Docker image ships with npm 6.10.0 which has a bug #6222

jonathannaim opened this issue Jan 22, 2020 · 3 comments

Comments

@jonathannaim
Copy link

Current behavior:

The provided docker images ship with npm 6.10.0 which has a bug and ignores npmrc configuration. It forces us to install the latest npm version from the docker image.

Desired behavior:

Docker image ship with the latest npm version

Test code to reproduce

Related to that issue : nodejs/node#28987

Versions

Cypress: 3.8.2 Docker image

@bahmutov
Copy link
Contributor

What image are you referring to - cypress/included:3.8.2? It is built on top of cypress/base:12.6.0 which does have npm 6.10.0, but we will not replace existing an image people are already using in production. I think the next image we are going to build will have Cypress v3.8.3 and will be built on top of a newer cypress/base image with latest NPM and Yarn https://github.com/cypress-io/cypress-docker-images/tree/master/base

@jonathannaim
Copy link
Author

That works for me.

Sorry I didn't mean to update an existing image I meant to ship the next version with a version of npm that has the bug fix i.e. >6.11.1

@bahmutov
Copy link
Contributor

bahmutov commented Jan 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants