[ https://issues.apache.org/jira/browse/TINKERPOP-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500334#comment-16500334 ]
ASF GitHub Bot commented on TINKERPOP-1897: ------------------------------------------- Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/802 > I only see the 3.2 tag - where the 3.2.10-rc1? shouldn't that be up there too? Yes and the `3.2` tag should only exist for non-SNAPSHOT versions, but I guess that we didn't think about release candidate versions when we added that check: ```xml <name>only.when.is.snapshot.used</name> <value>${project.version}</value> <regex>.*-SNAPSHOT</regex> ``` https://github.com/apache/tinkerpop/blob/tp32/pom.xml#L283 Regarding the full version (3.2.10-rc1), my assumption was that this is already handled by: ```xml <configuration> <tag>${project.version}</tag> ``` https://github.com/apache/tinkerpop/blob/tp32/gremlin-console/pom.xml#L369 and I'm pretty sure that it worked like that in my tests. But maybe we can add the tagging as a separate `execution` just for this tag? > Provide Docker images of Gremlin Server and Console > --------------------------------------------------- > > Key: TINKERPOP-1897 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1897 > Project: TinkerPop > Issue Type: Improvement > Components: console, server > Affects Versions: 3.2.7 > Reporter: Florian Hockmann > Assignee: Florian Hockmann > Priority: Major > > TinkerPop should provide Docker images of Gremlin Server and Gremlin Console > that are deployed together with each release. > This originated from the mailing list: > [https://lists.apache.org/thread.html/744ae19afa9b2fd1984c1e11114dddc588e98786d9c21b633aab8bfa@%3Cdev.tinkerpop.apache.org%3E] -- This message was sent by Atlassian JIRA (v7.6.3#76005)