{% extends 'generic/object.html' %} {% load plugins %} {% block extra_controls %} {% endblock %} {% block content %}
IMAGE
Host {{ object.host }}
Name & Version {{ object.name }}:{{ object.version }}
Registry {{ object.registry }}
Size {{ object.size }} MByte
ImageID {{ object.ImageID|placeholder }}
Digest {% if object.Digest is None %} {{ object.Digest|placeholder }} {% else %} {{ object.Digest|truncatechars:32 }} {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
USED BY
{% endblock content %}