Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Using setTagVersionToLatest doesn't seem to. #15

Closed sfitts closed 10 years ago

sfitts commented 10 years ago

I assumed that this method should set the repository tag to 'latest' for the image, but instead it uses the project version. I think if it set tagVersion to 'unspecified' instead of null then it would work as I assumed (of course it could be that this isn't intended, in which case you may want to consider a name change).

mattgruter commented 10 years ago

Fixed in dev.