Transmode/gradle-docker

Add support for multiple tags

pshirshov opened this issue · 1 comments

Hi,

I wish to be able to set multiple tags per docker images produced by this tool.

Like

registry/branch/product:latest
registry/branch/product:v1.0.0
registry/product:branch

For now it's impossible to do it with this tool because it does support only one tag per image. Docker plugins for other build systems (sbt, maven) can set multiple tags though, so it would be great to see such a feature here.

This looks like a duplicate of #50 where there are some suggested workarounds. But I agree that it is an important feature to have.