aws-samples / ecs-demo-php-simple-app

A simple PHP sample application http://aws.amazon.com/ecs
Apache License 2.0
168 stars 3.38k forks source link

Build stage fails if Docker Hub limit reached #47

Open dasbar opened 3 years ago

dasbar commented 3 years ago

The Dockerfile uses amazonlinux:2 from Docker Hub, which causes the build stage to fail if it's unable to pull the image due to having achieved the max quota for anonymous pulls.