Mike Drob created SOLR-14947: -------------------------------- Summary: Gradle docker build task should output image id or tag Key: SOLR-14947 URL: https://issues.apache.org/jira/browse/SOLR-14947 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: Build Affects Versions: master (9.0) Reporter: Mike Drob Assignee: Houston Putman
When calling {{./gradlew docker}} it build the image, but I have no idea what it's called so that I can run it. When I run with {{--info}} I get the requested output, but also a lot of other stuff. {code} Successfully built 02d86c5c7357 Successfully tagged apache/solr:9.0.0-SNAPSHOT :solr:docker:docker (Thread[Execution worker for ':' Thread 11,5,main]) completed. Took 0.172 secs. {code} We could put some of that in a {{doLast}} block, similar to https://github.com/apache/lucene-solr/blob/master/gradle/releasing.gradle#L51 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org