apprunner-roadmap
apprunner-roadmap copied to clipboard
Improve quality and speed of image validation by 'create-service' command if image not found
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
Improve quality and speed of image validation by create-service command. Currently it takes about 10 min to timeout if image not found. additionally the error message Failed to pull your application image. Be sure you configure your service with a valid access role to your ECR repository
is very confusing. it doesn't show image name and doesn't provide the actual cause. 404 is not related to access errors like 401 or 403,
Describe alternatives you've considered There is no alternative.
Additional context
Here is log example when image wasn't found - it took ~10 min
04-17-2022 06:46:24 PM [AppRunner] Failed to pull your application image. Be sure you configure your service with a valid access role to your ECR repository.
04-17-2022 06:36:31 PM [AppRunner] Starting to pull your application image.
And Google Cloud Run is about 20 times faster where it fails in less than 30 sec if image not found and with a proper error.
Thanks for reporting this! Team are working on it.