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

Multiple containers on task overwrites both images. #6

Closed
brycereitano opened this issue Nov 3, 2015 · 3 comments
Closed

Multiple containers on task overwrites both images. #6

brycereitano opened this issue Nov 3, 2015 · 3 comments

Comments

@brycereitano
Copy link
Contributor

When deploying a task definition that has two containers. The images on both containers will be overwritten by the image supplied through the cli. Causing two duplicate containers being deployed, which breaks if you have two services that require each other. i.e. httpd and memcached

@fillup
Copy link
Contributor

fillup commented Dec 7, 2015

@brycereitano I just merged in a change from @johnallen3d, can you see if that resolves this issue for you?

@fillup fillup closed this as completed Feb 11, 2016
@dgehrett
Copy link

dgehrett commented Oct 5, 2016

Was this change rolled into the latest docker image at https://hub.docker.com/r/silintl/ecs-deploy/ ? I'm still seeing my other containers having their images being overwritten. This seems to be happening with 2.6.1, however 2.6.0 doesn't have the behavior of over-writing the images for all containers in the task definition.

@fillup
Copy link
Contributor

fillup commented Oct 14, 2016

@dgehrett this issue was reintroduced in 2.6.1 but fixed again in 2.6.2. Sorry for the problem.

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

No branches or pull requests

3 participants