Open
Description
Am I missing something silly here?
I am running the command, it goes in and "updates" the task definition, but with the original image name. It just re-deploys the same image, doesn't update it to the one I specify? 🤔
Running:
ecs-deploy.sh -n "just-another-test-staging" -i "strm/helloworld-http" -c "test-cluster"
I get:
Using image name: strm/helloworld-http:latest
Current task definition: arn:aws:ecs:us-east-1:xxxx:task-definition/just-another-test:3
New task definition: arn:aws:ecs:us-east-1:xxxx:task-definition/just-another-test:4
Service updated successfully, new task definition running.
Waiting for service deployment to complete...
Service deployment successful.
But when I check in ECS, the service/tasks are running on the new version, but it still has their original image name set in the task definition. Confused.
Metadata
Assignees
Labels
No labels