HoustonPutman commented on a change in pull request #694: URL: https://github.com/apache/solr/pull/694#discussion_r817935617
########## 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: Ahhh I understand why this broke now, because we renamed `Dockerfile.local` to `Dockerfile` in the binary release. This looks good to me. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org