cypress-io / cypress-docker-images

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

Docker Image with Node v14.15.5 and latest browsers #449

Closed cbruge closed 3 years ago

cbruge commented 3 years ago

What would you like?

A new "official" Docker Image with the latest Google Chrome v88 + ff v85 and Node LTS 14.15.5 as base

Why is this needed?

While we all could also create this image custom, it would be nice to have it publicly available for use from the official cypress-docker-images repo. Node v14 is the LTS and there is currently no official build with Chrome or FF latest versions.

hvaandres commented 3 years ago

Does anyone know how to solve this issue @CypressCecelia?

The error message that I have is the following:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/jonschlinkert/inquirer2.git
npm ERR! 
npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-02-19T20_05_25_136Z-debug.log
cbruge commented 3 years ago

@hvaandres Looking for that repo it seems to be archived by the user...it says to use https://github.com/enquirer/enquirer instead...maybe that helps?

cbruge commented 3 years ago

As the node v14.16.0 image has now been released I would consider this Issue resolved. Unless anyone disagrees?

hvaandres commented 3 years ago

It seems that if you use the cypress instead of ci, you will solve this issue

cbruge commented 3 years ago

Ok great! Closing then and thank you🙏

shehi commented 3 years ago

@cbruge , we still need cypress/included official image based on that latest Node LTS image. Any timeframe on that? I switched from my latest LTS custom image to official cypress/included:6.6.0 which uses previous LTS version of Node, and now I can't have NODE_OPTIONS=--inspect parameter as I keep getting EPIPE errors. I really need new cypress/included image based on current Node LTS.

cbruge commented 3 years ago

@shehi can you open a separate Issue for that one with more details on your issue? This one here was for the cypress browser image.