datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
415 stars 43 forks source link

Control over the image tagging in forge #214

Open Harishkrishna17 opened 5 years ago

Harishkrishna17 commented 5 years ago

Hi ,

i need to control the imageing/tagging in forge, Like i need the tag only as QA.latest in the docker image that i push to the ecr , If you can just help me out with this , It would be great

forest-hou commented 5 years ago

We have similar requirement. We want to create tag with commit date + short hash.

Google Skaffold has the feature called TagPolicy. User can define environment variable before invoke skafford and use template tag policy to refer to the environment variable.

It is great if Forge has similar feature.