You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2020/09/13 21:42:00 UTC

[jira] [Created] (SOLR-14864) Docker: Publish regular snapshots from CI

David Smiley created SOLR-14864:
-----------------------------------

             Summary: Docker: Publish regular snapshots from CI
                 Key: SOLR-14864
                 URL: https://issues.apache.org/jira/browse/SOLR-14864
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley


We'd like daily snapshots of Solr in Docker image form published widely.  This will enable anyone to more easily try out unreleased Solr to: (A) to use new features, (B) to discover problems before they get released, and (C) to more easily check that resolved bugs are in fact resolved.

Publishing a Docker image should _not_ happen if our Docker based tests or any tests fail, for that matter.  There should probably be a CI job dedicated to the Docker image build, and it should probably be dependent on the main build passing.  If the last successful build was less than 24 hours ago, then we might not want to do this build, so as to reduce CI load & image hosting load.

Bonus points for layer-optimizing so that, for example, Solr's dependencies are one unchanging layer so long as the dependencies haven't changed.  This might wait until Lucene is separated instead of embedded.



--
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