bhatti image list
List all rootfs images available to the authenticated user.
Synopsis
Section titled “Synopsis”bhatti image list
Description
Section titled “Description”Lists images in three scopes:
- System tiers (
minimal,browser,docker,computer) — visible to everyone. - Your own images — created via
image pull,image import, orimage save. - Images shared with you by another user.
Examples
Section titled “Examples”bhatti image listID NAME SOURCE SIZE SCOPEimg_abc123 minimal built-in 186MB adminimg_def456 browser built-in 612MB adminimg_ghi789 python-3.12 oci:python:3.12 284MB userimg_jkl012 my-stack snapshot:dev 512MB user# JSON for scriptingbhatti image list --json | jq '.[] | select(.user_id != "") | .name'Output fields (JSON)
Section titled “Output fields (JSON)”[ {"id": "img_abc123", "name": "minimal", "source": "built-in", "size_mb": 186, "user_id": ""}, {"id": "img_jkl012", "name": "my-stack", "source": "snapshot:dev", "size_mb": 512, "user_id": "usr_..."}]user_id is empty for system images; non-empty values denote ownership.
Options
Section titled “Options”This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.