[ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275334#comment-17275334 ]
ASF subversion and git services commented on SOLR-15075: -------------------------------------------------------- Commit 9be59f9ed43638a95cc00422d063ebfbf736479a in lucene-solr's branch refs/heads/reference_impl_dev from Houston Putman [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9be59f9 ] SOLR-15075: Solr docker gradle improvements (#2197) * Removed docker plugin from gradle builds. * Removed package docker image. * Tasks now have correct inputs/outputs/dependencies. * Move gradle help text to docker folder. * Reduce duplicated Docker layer by doing file removal and chmod in another stage. Co-authored-by: David Smiley <dsmi...@apache.org> > Remove the Docker Gradle plugin dependency and solr/docker/package module > ------------------------------------------------------------------------- > > Key: SOLR-15075 > URL: https://issues.apache.org/jira/browse/SOLR-15075 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: Docker, Gradle > Affects Versions: master (9.0) > Reporter: Houston Putman > Assignee: Houston Putman > Priority: Major > Fix For: master (9.0) > > Time Spent: 4h > Remaining Estimate: 0h > > Currently Solr uses the [gradle docker > plugin|https://github.com/palantir/gradle-docker] to manage building Solr > docker images. When migrating the docker build into Solr, using the plugin > was the path of least resistance and allowed us to migrate without having to > think a lot about the gradle part. > Now that the docker image building works, it may be beneficial to migrate > away from the docker plugin, so that we can have better control over build > process. The steps are simple enough anyways, so we wouldn't be sacrificing > much to have more flexibility. > Given the discussion in the community over release vs local docker image > builds, there does not seem to be a desire to have separate builds for them. > Therefore we no longer need the solr/docker/package module. Instead the > solr/docker module will pull in the solr/packaging output and directly put it > into the docker image. -- 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