Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
9.0
-
None
-
None
-
None
Description
As discussed inĀ SOLR-15127, there is a need for a unified Dockerfile that allows for release and local builds.
This ticket is an attempt to achieve this by using the Solr distribution TGZ as the docker context to build from.
Therefore release images would be completely reproducible by running:
docker buildĀ -f solr-9.0.0/Dockerfile https://www.apache.org/dyn/closer.lua/lucene/solr/9.0.0/solr-9.0.0.tgz
The changes to the Solr distribution would include adding a Dockerfile at solr-<version>/Dockerfile, adding the docker scripts under solr-<version>/docker, and adding a version file at solr-<version>/VERSION.txt.
Attachments
Issue Links
- relates to
-
SOLR-15322 include all docker context pre-reqs (notably docker scripts) in released solr.tgz
- Closed
- links to