This page calls backend APIs instead of local Docker commands. API base: {{ api_base_url }}
Verification run status
{% if verification_result %}Verification completed successfully.
{{ verification_result }}{{ verification_error }}
{% else %}
No verification execution requested yet.
{% endif %}
Artifacts
{% if artifacts_output_dir %}Output dir: {{ artifacts_output_dir }}
{% endif %}
{% if artifacts and artifacts|length > 0 %}
{% for artifact in artifacts %}
{% else %}
{{ artifact.relative_path }}
{{ artifact.size_bytes }} bytes
{% endfor %}
No artifacts listed yet.
{% endif %}