8.11.1-debian-10-r40 release

This commit is contained in:
Bitnami Bot
2022-01-27 11:48:19 +00:00
parent fde5f3d81c
commit b6735be66f
3 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ You can find the available configuration options in the [Environment Variables](
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`8`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r39`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r39/8/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r40`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r40/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
@@ -156,7 +156,6 @@ When you start the solr image, you can adjust the configuration of the instance
- `SOLR_SERVER_DIR`: Specify the Solr server directory. Default: **/opt/bitnami/solr/server**
- `SOLR_CORES`: List of core names to create at first run separated by either a space, (` `), a comma (`,`) or a semicolon (`;`). No default. (E.g.: '**my_core_en,my_core_es**')
- `SOLR_CORE_CONF_DIR`: Configuration directory to copy when creating a new core. Default: **data_driven_schema_configs**
- `SOLR_OPTS`: List of Solr server options and flags separated by either a space, (` `), a comma (`,`) or a semicolon (`;`). No default. (E.g.: '**-XX:+AggressiveOpts -XX:G1HeapRegionSize=8m**')
Cluster related environment variables: