Questions tagged [dockerrun.aws.json]

20 questions
0
votes
0 answers

Elastic Beanstalk - Pipeline Fails To Deploy - It tries to delete dependent child images

I am currently setting up a New Project. I created a pipeline that runs the Build with no Issues. The problem occurs at Deploy. I get the following error from /var/log/eb-engine.log. The command that causes the error is executed by the Deploy. I am…
0
votes
1 answer

Elastic Beanstalk: `eb local run` starts containers out of order, causing startup to fail

I'm using eb local run to locally test out a multicontainer application that I plan on deploying to Elastic Beanstalk. Before deciding to move to EB, I was using docker-compose to spin up the containers. Here's what my docker-compose.yml looked…
0
votes
1 answer

Elastic Beanstalk can`t pull docker image from DockerHub

I wanted to make a CI/CD with Java application (random application on github). I followed this tutorial: https://www.blog.labouardy.com/elastic-beanstalk-docker-tips/ (but I use GitHub Actions). Everything works except for the pull image in Elastic…
0
votes
0 answers

Getting error "At least one of 'memory' or 'memoryReservation' must be specified" on AWS

AWS is giving error "Service:AmazonECS, Code:ClientException, Message:Invalid setting for container 'frontend'. At least one of 'memory' or 'memoryReservation' must be specified" below is dockerrun.aws.json { "AWSEBDockerrunVersion":…
0
votes
1 answer

Pulling Image from Public Docker Hub to AWS Elastic Beanstalk Multiple Container

I am trying to get multiple containers running on the same Elastic Beanstalk instance with a NodeJS server listening to APIs coming from a ReactJS/Webpack client - each running in respective containers. I am using a Dockerrun.aws.json file which is…
1
2