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

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

Adding support for `dockerLabels` in task #272

Closed johnseekins-pathccm closed 1 month ago

johnseekins-pathccm commented 9 months ago

ECS Fargate doesn't propagate labels as effectively as ECS on EC2, so being able to propagate labels down to containers using this action would be nice.

This has been attempted before with no real response: https://github.com/aws-actions/amazon-ecs-render-task-definition/pull/138. Is it possible this could get done?

amazreech commented 1 month ago

This feature should be released with PR#274 in Release 1.2.0.