I have following pipeline for my client nodejs app and it is failing.
Would you please help?
rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/library/node:14.8.1": failed to resolve reference "docker.io/library/node:14.8.1": docker.io/library/node:14.8.1: not found
Here is pipeline code:
Hi rajputj3_bv_com,
The reason you're getting that error message is because the image you're referencing does not exist - please check this search list on Dockerhub for an equivalent image name that you may use:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.