Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying multiple images #132

Open
panuhorsmalahti opened this issue Jan 2, 2018 · 3 comments
Open

Support specifying multiple images #132

panuhorsmalahti opened this issue Jan 2, 2018 · 3 comments

Comments

@panuhorsmalahti
Copy link

Instead of --image there could be --images which would support --images foo,bar to update multiple images at once. At the moment the ecs-deploy script needs to be run separately for each image, which creates a task definition update for each image, and is also slower than updating them at one go.

@pikeas
Copy link

pikeas commented Jan 4, 2018

+1! I have many services which package a backend+frontend, running two containers as a single service.

I can update my frontend definition manually (it changes much less often), but it would be nice to update multiple containers in the same ecs-deploy run.

@teu
Copy link

teu commented Jan 22, 2019

Repository looks abandoned?

@andresvia
Copy link

andresvia commented Jun 18, 2019

There may be a couple alternatives

deoxxa/ecsx looks pretty cool .

[self promotion]

I also worked on a similar tool

With which you could do:

update-aws-ecs-service \
  -cluster mycluster \
  -service myservice \
  -container-image mycontainer1=myrepo/myimg1:newtag \
  -container-image mycontainer2=myrepo/myimg2:newtag

[/self promotion]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

4 participants