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 2023/07/21 17:53:41 UTC

[solr-site] branch main updated: Include slim variant in downloads page

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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8cd34ba14 Include slim variant in downloads page
8cd34ba14 is described below

commit 8cd34ba143f6eb174226559e8473b24a5a195a96
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 13:53:21 2023 -0400

    Include slim variant in downloads page
---
 themes/solr/templates/downloads.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/themes/solr/templates/downloads.html b/themes/solr/templates/downloads.html
index f5c7b6d89..81d84a124 100644
--- a/themes/solr/templates/downloads.html
+++ b/themes/solr/templates/downloads.html
@@ -32,9 +32,13 @@
       <a href="https://www.apache.org/dyn/closer.lua/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}.tgz?action=download">solr-{{ SOLR_LATEST_RELEASE }}.tgz</a>
       [<a href="https://downloads.apache.org/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
       [<a href="https://downloads.apache.org/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+      ,
+      <a href="https://www.apache.org/dyn/closer.lua/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}-slim.tgz?action=download">solr-{{ SOLR_LATEST_RELEASE }}-slim.tgz</a>
+      [<a href="https://downloads.apache.org/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}-slim.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/solr/{{ SOLR_LATEST_RELEASE }}/solr-{{ SOLR_LATEST_RELEASE }}-slim.tgz.sha512">SHA512</a>]
     </li>
 
-    <li>Docker: <a href="https://hub.docker.com/_/solr">solr:{{ SOLR_LATEST_RELEASE }}</a></li>
+    <li>Docker: <a href="https://hub.docker.com/_/solr">solr:{{ SOLR_LATEST_RELEASE }}</a>, <a href="https://hub.docker.com/_/solr">solr:{{ SOLR_LATEST_RELEASE }}-slim</a></li>
 
     <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>
   </ul>