honerlaw / serverless-fargate-plugin

Serverless plugin to deploy fargate tasks to an ECS cluster.
44 stars 16 forks source link

Add image option to have an ability to provide full image name #1

Closed floydspace closed 5 years ago

floydspace commented 5 years ago

Hey, @honerlaw . Thanks for the nice plugin, I found it really useful. But please consider my PR to make Docker Image naming more obvious. Now the name option is going as part of docker image tag and it is not documented and moreover not applicable for all who uses this plugin. I just added a new image option which can be used as full image name instead of imageRepository and imageTag. if you have any concerns let's discuss. Thank you.