You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/05/18 22:59:28 UTC

[solr] branch main updated: Add link to information on official Solr Dockerfile

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new ae4acdeda3b Add link to information on official Solr Dockerfile
ae4acdeda3b is described below

commit ae4acdeda3b34807339c975a47e4a2a75bfb4df9
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed May 18 18:59:17 2022 -0400

    Add link to information on official Solr Dockerfile
---
 solr/docker/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/solr/docker/README.md b/solr/docker/README.md
index c50c493a30e..c8df31b72d5 100644
--- a/solr/docker/README.md
+++ b/solr/docker/README.md
@@ -47,3 +47,8 @@ When building the image, Solr accepts arguments for customization. Currently onl
 ```bash
 docker build --build-arg BASE_IMAGE=custom/jdk:17-slim -f solr-X.Y.Z/docker/Dockerfile https://www.apache.org/dyn/closer.lua/solr/X.Y.Z/solr-X.Y.Z.tgz
 ```
+
+Official Image Management
+----
+
+Please refer to the `dev-docs` in [apache/solr-docker](https://github.com/apache/solr-docker) for information on how the [Official Solr Dockerfile](https://hub.docker.com/_/solr) is maintained & released.