x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
0 stars 0 forks source link

Fix nodejs build error #131

Closed yuanzhou closed 8 months ago

yuanzhou commented 8 months ago
#0 8.922 Importing GPG key 0x9B1BE0B4:
#0 8.922  Userid     : "NSolid <nsolid-gpg@nodesource.com>"
#0 8.922  Fingerprint: 6F71 F525 2828 41EE DAF8 51B4 2F59 B5F9 9B1B E0B4
#0 8.922  From       : /etc/pki/rpm-gpg/NODESOURCE-NSOLID-GPG-SIGNING-KEY-EL
#0 8.936 Key imported successfully
#0 9.240 Import of key(s) didn't help, wrong key(s)?
#0 9.415 Public key for nodejs-18.19.0-1nodesource.x86_64.rpm is not installed. Failing package is: nodejs-2:18.19.0-1nodesource.x86_64
#0 9.415  GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-NSOLID-GPG-SIGNING-KEY-EL
#0 9.416 The downloaded packages were saved in cache until the next successful transaction.
#0 9.417 You can remove cached packages by executing 'yum clean packages'.
#0 9.425 Error: GPG check FAILED
------
failed to solve: process "/bin/sh -c yum install https://rpm.nodesource.com/pub_18.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y &&     yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1 &&     npm install npm@latest -g &&     cp /usr/src/app/entrypoint.sh /usr/local/bin/entrypoint.sh &&     chmod +x /usr/local/bin/entrypoint.sh &&     yum clean all" did not complete successfully: exit code: 1
yuanzhou commented 8 months ago

Same issue reported recently: https://github.com/nodesource/distributions/issues/1740