Remove random quote. Do not trigger PR on workflow change.
1 file changed
tree: 07e3fe6f9cf85c61f6a5797c36c7b2d3bbd8df50
  1. .github/
  2. 9.0/
  3. tools/
  4. .asf.yaml
  5. .gitignore
  6. generate-stackbrew-library.sh
  7. LICENSE
  8. NOTICE
  9. old-solr-versions
  10. README-short.txt
  11. README.md
README.md

NOTE: Not vulnerable to Log4J 2 “Log4shell”

Some Docker images were vulnerable to one of a pair of vulnerabilities in Log4J 2. But we have mitigated supported images (and some others) and re-published them. You may need to re-pull the image you are using. For those images prior to 8.11.1, Solr is using a popular technique to mitigate the problem -- setting log4j2.formatMsgNoLookups. The Solr maintainers have deemed this adequate based specifically on how Solr uses logging; it won‘t be adequate for all projects that use Log4J. canning software might alert you to the presence of an older Log4J JAR file, however it can’t know if your software (Solr) uses the artifacts in a vulnerable way. To validate the mitigation being in place, look for -Dlog4j2.formatMsgNoLookups in the Args section of Solr's front admin screen. As of Solr 9.0.0, Solr is using Log4J 2.17.1.

References:

Supported tags and respective Dockerfile links

See Docker Hub for a list of image tags available to pull. Note that the Apache Solr project doesn't actually support any releases older than the current major release series, despite whatever tags are published.

For more information about this image and its history and all currently supported tags, please see the relevant manifest file (library/solr). This image is updated via pull requests to the apache/solr-docker GitHub repo. However, the Dockerfiles are generated from official Apache Solr releases. See the apache/solr Github repo for more information on how the Docker image is created, maintained and tested.

What is Apache Solr™?

Apache 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 Solr's homepage and in the Solr Reference Guide.

logo

Getting started with the Docker image

For information on using the tags 9.0.0 and above, please refer to the Docker section in the Solr reference guide.

For information on using tags 8 and before, please refer to the docker-solr repository.

About this repository

This repository is available on github.com/apache/solr-docker, and the official build is on the Docker Hub.

License

Solr is licensed under the Apache License, Version 2.0.

This repository is licensed under the Apache License, Version 2.0.

Copyright 2015-2022 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.

User Feedback

Issues

Please report issues with this docker image on via Apache Solr JIRA. But please first reach out via the users@solr mailing list linked in the community information below.

For general questions about Solr, see the Community information, in particular the users@solr mailing list.

Contributing

If you want to contribute to Solr, see the How To Contribute.

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!