What is the right approach to make my Amazon ECS tasks update their Docker images, once said images have been updated in the corresponding registry?
The following commands worked for me
docker build -t . docker push ecs-cli compose stop ecs-cli compose start