0

I have a website with node.js 18.12.1 and gatsby.js v5. Last week, Amplify threw me this error: BUILD_CONTAINER_UNABLE_TO_PULL_IMAGE

My error

My custom build image

I need to especify mi node version.

If i change my build settings to Amazon linux 2 the project does not compile

New custom build image

error to compile

  • https://stackoverflow.com/questions/74768737/using-nodejs-18-in-aws-amplify-on-amazon-linux-2-fails – Dave Feb 20 '23 at 21:23
  • Thank you so much! https://stackoverflow.com/a/74870584/19524685 I have managed to solve my problem using this docker image: public.ecr.aws/t7o4u3y2/node-18.2.0:latest – Ismael Treviño Feb 21 '23 at 10:44

1 Answers1

-1

Thank you so much! stackoverflow.com/a/74870584/19524685 I have managed to solve my problem using this docker image: public.ecr.aws/t7o4u3y2/node-18.2.0:latest

  • Instead of posting an answer which merely links to another answer, please instead [flag the question](/help/privileges/flag-posts) as a duplicate. – James Risner Feb 21 '23 at 12:28