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

Node.js 22.10.0 - Can't check signature: No public key #1234

Closed
MikeMcC399 opened this issue Oct 24, 2024 · 1 comment · Fixed by #1235
Closed

Node.js 22.10.0 - Can't check signature: No public key #1234

MikeMcC399 opened this issue Oct 24, 2024 · 1 comment · Fixed by #1235

Comments

@MikeMcC399
Copy link
Collaborator

Issue

Following the instructions in cypress/factory to build a custom Docker image with Node.js v22.10.0 (current), published by Antoine du Hamel on Oct 16, 2024, fails with

15.62 gpg: Signature made Wed Oct 16 22:39:29 2024 UTC
15.62 gpg:                using RSA key C0D6248439F1D5604AAFFB4021D900FFDB233756
15.62 gpg: Can't check signature: No public key

Steps to reproduce

mkdir cy-node-22.10.0-test
cd cy-node-22.10.0-test

Create a Dockerfile with the following content:

ARG NODE_VERSION='22.10.0'
FROM cypress/factory
docker build . -t test
@MikeMcC399
Copy link
Collaborator Author

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

Successfully merging a pull request may close this issue.

1 participant