You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/02/24 11:46:54 UTC

[GitHub] [solr] janhoy commented on a change in pull request #694: SOLR-16041 Prepare Smoketester to be able to run on local release folder in Jeknins

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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org