{% extends "layout.html" %} {% from "_partials/page_description.html" import page_description %} {% block title %}{{ image.primary_name }} - Images - pixie{% endblock %} {% block content %}
{{ image.sha }}{{ n }}{% if not loop.last %}, {% endif %}
{% endfor %}
{{ blob_path }}| MAC | Boot mode | Overlay alias |
|---|---|---|
{{ mu.mac }} |
{{ mu.boot_mode }} |
{% if mu.overlay_alias %}{{ mu.overlay_alias }}{% else %}ephemeral{% endif %} |
No machine is bound to this image.
{% endif %}Serving on {% for p in image.export_ports %}:{{ p }} {% endfor %}(ephemeral nbdkit for this image's disk blob).
{% else %}No ephemeral export running.
{% endif %}{{ image.overlays_running }} of {{ image.overlays_total }} serving — manage on Overlays.
{% else %}No overlays.
{% endif %}Blocked: {{ image.usage_count }} live dependenc{{ 'y' if image.usage_count == 1 else 'ies' }} ({{ image.machines_count }} machine(s), {{ image.export_ports | length }} export(s), {{ image.overlays_total }} overlay(s)). Rebind those machines and reset the overlays first, then this frees {{ image.footprint_bytes | humanize_bytes }}.
{% else %}
Deletes the on-disk bytes (blobs/{{ image.sha[:12] }}/ — raw disk + rootfs), freeing
{{ image.footprint_bytes | humanize_bytes }}, and clears the sha off
{% if image.names %}its catalog entr{{ 'y' if image.names|length == 1 else 'ies' }} (Fetch re-materialises it){% else %}nothing (orphan blob){% endif %}.