Maintained by:
the Apache Lucene/Solr project
Where to get help:
the Solr Community
Dockerfile links8.8.0, 8.8, 8, latest8.8.0-slim, 8.8-slim, 8-slim, slim8.7.0, 8.78.7.0-slim, 8.7-slim8.6.3, 8.68.6.3-slim, 8.6-slim8.5.2, 8.58.5.2-slim, 8.5-slim8.4.1, 8.48.4.1-slim, 8.4-slim8.3.1, 8.38.3.1-slim, 8.3-slim8.2.0, 8.28.2.0-slim, 8.2-slim8.1.1, 8.18.1.1-slim, 8.1-slim8.0.0, 8.08.0.0-slim, 8.0-slim7.7.3, 7.7, 77.7.3-slim, 7.7-slim, 7-slim6.6.6, 6.6, 66.6.6-slim, 6.6-slim, 6-slim5.5.5, 5.5, 55.5.5-slim, 5.5-slim, 5-slimWhere 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 repo's library/solr label
official-images repo's library/solr file (history)
Source of this description:
docs repo's solr/ directory (history)
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.
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.
This repository is available on github.com/docker-solr/docker-solr, and the official build is on the Docker Hub.
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!
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>-slimThis 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.
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.