You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by sv...@apache.org on 2023/05/02 15:25:19 UTC

svn commit: r1083086 [3/3] - in /sites/solr/guide: search-index.js sitemap.xml solr/latest/upgrade-notes/major-changes-in-solr-9.html

Modified: sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html?rev=1083086&r1=1083085&r2=1083086&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html (original)
+++ sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html Tue May  2 15:25:19 2023
@@ -1224,10 +1224,22 @@ This is what has been documented in <a h
 <div class="ulist">
 <ul>
 <li>
-<p>The OS version of the official Docker image and provided Dockerfile has been upgraded to Ubuntu 22 (jammy) from Ubuntu 20 (focal).</p>
+<p>The OS version of the official Docker image and provided Dockerfile has been upgraded to Ubuntu 22 (jammy) from Ubuntu 20 (focal). Solr&#8217;s Docker image now requires Docker engine version 20.10.10 or newer.</p>
 </li>
 </ul>
 </div>
+<div class="admonitionblock tip">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-tip" title="Tip"></i>
+</td>
+<td class="content">
+Users who cannot upgrade their Docker engine will need to specify the docker commandline option <code>--security-opt seccomp=unconfined</code> when starting the container.
+</td>
+</tr>
+</table>
+</div>
 </div>
 <div class="sect2">
 <h3 id="streaming-expressions"><a class="anchor" href="#streaming-expressions"></a>Streaming Expressions</h3>