Skip to content

yarn 1.22.22 fails in cypress/factory #1469

@kissifrot

Description

@kissifrot

(new issue created from #1031 (comment))
Hello, when using cypress/factory Docker image with the following env vars

ARG NODE_VERSION='16.20.2'
ARG CYPRESS_VERSION='13.17.0'
ARG CHROME_VERSION='141.0.7390.107-1'
ARG YARN_VERSION='1.22.22'

In the building phase we are running into the following error:

+ for key in 6A010C5166006599AA17F08146C2130DFD2497F5
+ gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys 6A010C5166006599AA17F08146C2130DFD2497F5
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: key 1646B01B86E50310: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg:           w/o user IDs: 1
+ curl -fsSLO --compressed https://yarnpkg.com/downloads/1.22.22/yarn-v1.22.22.tar.gz
+ curl -fsSLO --compressed https://yarnpkg.com/downloads/1.22.22/yarn-v1.22.22.tar.gz.asc
+ gpg --batch --verify yarn-v1.22.22.tar.gz.asc yarn-v1.22.22.tar.gz
gpg: Signature made Fri May 24 21:16:26 2024 UTC
gpg:                using RSA key 72ECF46A56B4AD39C907BBB71646B01B86E50310
gpg: Can't check signature: No public key

I guess key id used for signing check is not the new one mentioned in yarnpkg/yarn#9218

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions