{% if report_containers[tag]["test_success"] %}
{% if screenshot == 'true' %}
PASS
{% else %}FAIL
{% endif %}{{ image }}:{{ tag }}
{% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}
Build Information
Version: {{ report_containers[tag]["build_info"]["version"] }}
Created: {{ report_containers[tag]["build_info"]["created"] }}
Size: {{ report_containers[tag]["build_info"]["size"] }}
Maintainer: {{ report_containers[tag]["build_info"]["maintainer"] }}
Expand
{{ report_containers[tag]["logs"] }}
Expand
{{ report_containers[tag]["sysinfo"] }}
Warnings
{% for warning in report_containers[tag]["warnings"] %} {% if report_containers[tag]["warnings"][warning] %} {{ report_containers[tag]["warnings"][warning] }}
| Test | Result | Message | |
|---|---|---|---|
| {{ test }} | {% if report_containers[tag]["test_results"][test]['status'] == 'PASS' %}{{ report_containers[tag]["test_results"][test]['status'] }} | {% else %}{{ report_containers[tag]["test_results"][test]['status'] }} | {% endif %}{{ report_containers[tag]["test_results"][test]["message"] }} |