cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Solr docker recipe issue

former_member670747
Discoverer
0 Likes
411

Hi Everyone

I am getting this issue while running the custom recipe for docker image for solr.

Execution failed for task ':recipes:docker_plus:createImagesStructure'. > You must provide solr distribution directory via solrDistribution(String) method

Below is build.gradle solr code

solrImage('solr') {

solrDistribution "${project.projectDir}/solr"

templateDir "${project.projectDir}/resources/template/solrimage"

properties { property 'port', '8983' }

}

templateDir i have created manually but how solrDistribution folder will work here?

Accepted Solutions (0)

Answers (0)