AWS Elastic Beanstalk Docker Does not support Multi-Stage Build

后端 未结 2 1741
逝去的感伤
逝去的感伤 2020-12-15 11:28

I am struggling to get my build deploying to AWS on Docker. I have no idea where the solution lays as this is my first time with Docker. I have got it all working fine local

2条回答
  •  北海茫月
    2020-12-15 12:25

    I have seen this error when using a solution stack that uses 'Amazon Linux 2'. These platforms are new and have some ongoing issues.

    Amazon Linux 2 support for AWS Elastic Beanstalk is in beta release and is subject to change.

    • https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-beta.html

    Please use a solution stack that has 'Amazon Linux' in the name. You should not face the issue there.

提交回复
热议问题