LinuxServer.io

Test Results {{ image }}:{{ meta_tag }}

Cumulative: {{ report_status }}

{% for container in report_containers %}

{{ image }}:{{ container["tag"] }}

{% if screenshot == 'true' %} {{ container['tag'] }} {% else %}
No Image
{% endif %}

Build Version: {{ container["build_version"] }}

Container Logs

Expand
{{ container["logs"] }}
          

Package info

Expand
{{ container["sysinfo"] }}
          
{% if 'arm32' in container["tag"] and container["dotnet"] == true %}

Warning:.NET application. Service might not start on ARM32 with QEMU

{% endif %}
{% for test in container["tag_tests"] %} {% if test[1] == 'PASS' %} {% else %} {% endif %} {% endfor %}
Test Result Message
{{ test[0] }}{{ test[1] }} {{ test[1] }} {{ test[2] }}
{% endfor %}

Python debug logs

Expand