How to deploy single-platform image to ECR after building with –platform flag? [duplicate]
This question already has an answer here: Why are there extra untagged ‘images’ in Amazon ECR after doing docker push? (1 answer) Closed last month. I’m building a Docker image on macOS like this: $ docker build . –platform linux/arm64 -t foo Then, I push it to AWS ECR: $ docker push foo As a […]
AWS ECS: How to run hundreds of containers with different code
I’ve been studying AWS ECS, but I cannot understand how to architect the following scenario: