-
Notifications
You must be signed in to change notification settings - Fork 386
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
Unable to install node 18.12.1 with the cypress/factory #851
Comments
I'm able to recreate this issue with just the node version set to 18.12.1 ARG NODE_VERSION='18.12.1'
FROM cypress/factory I'm not seeing an issue with node 18.14.1 which is our default node version. For a work around would it be possible for you to use this newer version of node? ARG CHROME_VERSION='107.0.5304.121-1'
ARG EDGE_VERSION='100.0.1185.29-1'
ARG FIREFOX_VERSION='107.0'
ARG CYPRESS_VERSION='9.7.0'
FROM cypress/factory |
Same thing happening here with node version 16.0.0. My team is not able to upgrade to a newer version of node, and having tried a newer version, I still get the same errors. |
@hollyfoxx i was able to successfully install node 16.0.0 with: ARG NODE_VERSION='16.0.0'
FROM cypress/factory:latest |
Are you still encountering this issue and / or do you still need Node.js 18.12.1 released Nov 3, 2022? The |
I can also reproduce this issue, also following the Node.js Verifying binaries documentation. To resolve, the issue would need to be addressed through https://github.com/nodejs/node/issues. I suggest however not to follow this up because |
I'm going to close this issue as the problem with Node.js Cypress |
I am trying to build image cypress factory image with the following configurations:
The following error occurs:
And as a result the following command fails and image could not be build:
Using gpg locally I could not download the key from keyserver hkps://keys.openpgp.org:
Buit it is okay to download it from keyservice - hkps://keyserver.ubuntu.com:
The text was updated successfully, but these errors were encountered: