
solr
Quick reference
Maintained by: the Apache Lucene/Solr project
Where to get help: the Solr Community
Supported tags and respective Dockerfile
links
8.5.1
,8.5
,8
,latest
8.5.1-slim
,8.5-slim
,8-slim
,slim
8.4.1
,8.4
8.4.1-slim
,8.4-slim
8.3.1
,8.3
8.3.1-slim
,8.3-slim
8.2.0
,8.2
8.2.0-slim
,8.2-slim
8.1.1
,8.1
8.1.1-slim
,8.1-slim
8.0.0
,8.0
8.0.0-slim
,8.0-slim
7.7.3
,7.7
,7
7.7.3-slim
,7.7-slim
,7-slim
6.6.6
,6.6
,6
6.6.6-slim
,6.6-slim
,6-slim
5.5.5
,5.5
,5
5.5.5-slim
,5.5-slim
,5-slim
Quick reference (cont.)
Where to file issues: https://github.com/docker-solr/docker-solr/issues
Published image artifact details: repo-info repo's
repos/solr/
directory (history) (image metadata, transfer size, etc)Image updates: official-images PRs with label
library/solr
official-images repo'slibrary/solr
file (history)Source of this description: docs repo's
solr/
directory (history)
What is Solr?
Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites.
Learn more on Apache Solr homepage and in the Apache Solr Reference Guide.
How to use this Docker image
To run a single Solr server:
$ docker run -p 8983:8983 -t solr
Then with a web browser go to http://localhost:8983/ to see the Solr Admin Console.
For more detailed instructions for using this image, see the README.
About this repository
This repository is available on github.com/docker-solr/docker-solr, and the official build is on the Docker Hub.
History
This project was started in 2015 by Martijn Koster. In 2019 maintainership and copyright was transferred to the Apache Lucene/Solr project. Many thanks to Martijn for all your contributions over the years!
Image Variants
The solr
images come in many flavors, each designed for a specific use case.
solr:<version>
This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
solr:<version>-slim
This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run solr
. Unless you are working in an environment where only the solr
image will be deployed and you have space constraints, we highly recommend using the default image of this repository.
License
Solr is licensed under the Apache License, Version 2.0.
This repository is also licensed under the Apache License, Version 2.0.
Copyright 2015-2020 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's solr/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.