Docker pull failing temporarily

For some reason pulling 4f4fb700ef54 seems to fail many times when doing a Node deploy before finally pulling… can be around one minutes worth of retries before it succeeds

lhr builder

Is 4f4fb700ef54 a Docker layer? This sounds like an issue pulling a buildpack. Node apps currently use Heroku buildpacks to deploy, which are fraught. You will likely have better luck with a Dockerfile.

Thank you - I’ll check that out!