{% extends "ui/_layout.html" %} {% block title %}Images - bty-web{% endblock %} {% block subnav %} {% endblock %} {% block intro %} {% from "ui/_intro_box.html" import render as intro_box %} {% call intro_box() %} The image catalog. Each entry references a URL (https or oras) the live env flashes from. v0.40+: bty-web doesn't host image bytes -- withcache holds them when warm, the upstream origin serves them when cold. The header carries Fetch latest catalog (pull the bty release catalog) and Upload catalog (a catalog.toml). Add a single entry from Downloads. {% endcall %} {% endblock %} {% block content %}
| Name | Content SHA | Format | Source | Action |
|---|---|---|---|---|
{{ u.names[0] }}
|
{% if u.sha256 %} {% else %} unset {% endif %} | {{ u.format or "?" }} |
{% if entry_src %}
{% if entry_src.startswith('oras://') %}
{% else %}
{% endif %}
{{ entry_src }}
{% endif %}
|
|
| No catalog entries yet. Use Fetch latest catalog or Upload catalog above, or add a single entry from Downloads. | ||||