ecs-deploy icon indicating copy to clipboard operation
ecs-deploy copied to clipboard

Do not require image to be provided

Open dmitryax opened this issue 8 years ago • 2 comments

Use data from the latest task definitions instead. It makes more sense especially when task definition has more than one containers/images defined.

dmitryax avatar Jul 19 '16 10:07 dmitryax

How would you use this? You'd have already created the task definition with the updated tag elsewhere?

travisjeffery avatar Jul 19 '16 22:07 travisjeffery

Yes, it's just in case we need to create a new revision and update ecs service to use it. If the task description uses images with latest tags it allows to switch seamlessly to the new build.

My use case is CI deployment set of rules:

  1. update images with docker push
  2. create a new task revision and update service with esc-depoy. Right now I have to define one of the images name and latest tag which is already being used in the task definition.

dmitryax avatar Jul 20 '16 06:07 dmitryax