aws-actions / amazon-ecs-render-task-definition

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
261 stars 142 forks source link

Render for more than one container #228

Open felipem1210 opened 1 year ago

felipem1210 commented 1 year ago

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,.

oliakremmyda commented 1 year ago

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 commented 1 year ago

Is there any update on this?

felipem1210 commented 10 months ago

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