<div dir="ltr"><div><div>Hello. We have been using QGIS docker images in CI tests for our python plugin. In particular, we downloaded versions tagged as qgis:release-3_36, qgis:latest and similar. In the past we noticed there was no qgis:ltr, but it was recently added. Recently the qgis:latest version ceased to work, because it stopped right after running it. After some checks, we found out that in previous versions the docker CMD launched a supervisor that kept the container running, but this is not the case anymore.</div><div>"Cmd": [<br>                "/usr/bin/supervisord",<br>                "-c",<br>                "/etc/supervisor/supervisord.conf"<br>            ],<br></div><div>In qgis:latest and qgis:ltr we see:</div><div> "Cmd": [<br>                "/bin/bash"<br>            ],<br></div><div>In addition to this, since April 28, when running unit tests for our plugin via pytest, all tests are green, but then we get an exit code 139. Doing the same while executing the docker in interactive mode, we see that it has a segmentation fault after finishing running the tests:</div><div>== 80 passed, 1 warning in 1.38s ==<br>Segmentation fault (core dumped)<br></div><div><br></div><div>Has anyone else experienced the same issues? Do you have any suggestions?</div><div>Thanks,</div><div>Paolo</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><br>

<span><strong>PAOLO TORMENE</strong> </span>
<span> senior software developer </span>
 +39 0382 5169882  
<br>
<div> </div>

<strong>GLOBAL EARTHQUAKE MODEL </strong> 
working together to assess risk
<br>
<div> </div>

<span><strong>GEM -</strong>
<a href="http://www.globalquakemodel.org" target="_blank">globalquakemodel.org</a> </span>

<span><strong>T -</strong>
<a href="http://twitter.com/GEMwrld" target="_blank">@GEMwrld</a> </span>

<strong>F -</strong>
<a href="http://www.facebook.com/GEMwrld" target="_blank">GEMwrld</a> <br></div></div></div></div>