amazon-ecs-render-task-definition icon indicating copy to clipboard operation
amazon-ecs-render-task-definition copied to clipboard

Render for more than one container

Open felipem1210 opened this issue 2 years ago • 3 comments

I think that a nice feature would be to allow to add more than one container in container-name input. The purpose is that I have cases when I have more than one container inside my task definition. And I need these containers use the same image and same environment variables.

I saw in the README that you suggest using the action more than once to achieve this, but I need to do it in a more programatic way,.

felipem1210 avatar Feb 06 '23 08:02 felipem1210

Hello, we also have this usecase of multiple containers inside the task definition and the solution of calling the action many times is not that portable and re-usable.

Do you plan in the near feature to support rendering more than one container in the same action?

oliakremmyda avatar Apr 05 '23 12:04 oliakremmyda

Is there any update on this?

oliakremmyda avatar Jul 06 '23 09:07 oliakremmyda

It seems that nobody of the contributors maintain this repo. I had to fork the repo and merge my PR to have the feature

felipem1210 avatar Sep 14 '23 20:09 felipem1210