awsdocs / elastic-beanstalk-samples

This repository contains code and configuration samples (e.g. .ebextensions) for AWS Elastic Beanstalk.
Apache License 2.0
1.22k stars 889 forks source link

change Elastic Beanstalk docker build timeout option #155

Open iamjaeholee opened 2 years ago

iamjaeholee commented 2 years ago

I am using Elastic Beanstalk with Docker platform.

When i deploy to EB, it shows docker build failure log with docker build timeout. Screen Shot 2021-12-24 at 8 36 22 AM

i guess my project needs more time to build dockerfile.

so i want increase docker build timeout option on EB.

how can i change EB docker build timeout option ? ?