janhoy commented on a change in pull request #694:
URL: https://github.com/apache/solr/pull/694#discussion_r813803073



##########
File path: solr/distribution/build.gradle
##########
@@ -59,11 +59,10 @@ configurations {
 
 dependencies {
   changesHtml project(path: ":solr:documentation", configuration: 
"changesHtml")
-  docker project(path: ':solr:docker', configuration: 
project.ext.withSignedArtifacts ? 'packagingOfficial' : 'packaging')
+  docker project(path: ':solr:docker', configuration: 
project.ext.withSignedArtifacts ? 'packagingOfficial' : 'packagingLocal')

Review comment:
       @HoustonPutman I added a new configuration `packagingLocal` since the 
existing `packaging` configuration did not produce the `docker/` output. This 
is kind of a quick fix, it may also be possible to change the 
`from(configurations.docker` below to pull out `Dockerfile.local` from the 
result of `packaging`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to