openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
196 stars 118 forks source link

latest image on dockerhub is missing the version specific tag of 2.13.5 #49

Closed electrofelix closed 7 years ago

electrofelix commented 7 years ago

Minor nit, like pinning to the specific version instead of using the 'latest' tag (except when experimenting), however it seems the latest build which is 2.13.5 based appears to be missing a tag identifying it separately to latest.

Would it be possible to have it tagged?

Thanks in advance.

thinkernel commented 7 years ago

I just created a 2.13.5 tag based on master branch. You're right. I should separate latest tag to the latest release tag like 2.13.5. In this way, the latest image can be used to introduce some new features.

electrofelix commented 7 years ago

Thanks! and confirmed available as well.