You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/01/26 15:24:00 UTC

[jira] [Commented] (SOLR-15075) Remove the Docker Gradle plugin dependency and solr/docker/package module

    [ https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272162#comment-17272162 ] 

ASF subversion and git services commented on SOLR-15075:
--------------------------------------------------------

Commit 2b8d7bcd6ab4f914fb325cb867f82299a343de2c in lucene-solr's branch refs/heads/master from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2b8d7bc ]

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 <ds...@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
>            Priority: Major
>          Time Spent: 3h 40m
>  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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org