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:56 UTC

[solr] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


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

commit bbc51460b4c6e45c4bdef24bb4bc3fb37404e9ff
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.