cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.76k stars 106 forks source link

List / Search templates/images cli command? #666

Closed goodwillcoding closed 9 months ago

goodwillcoding commented 9 months ago

Maybe i am not seeing but it seems like there is no command to search for available templates/images for the CLI?

edigaryev commented 9 months ago

Unfortunately, that wouldn't be practical, because there can be an infinite number of OCI registries hosting Tart VM images, and the most popular of them are unlikely to support _catalog API method, which allows listing/searching the available manifests (there are some discussions, though, https://github.com/opencontainers/distribution-spec/issues/71 and https://github.com/opencontainers/distribution-spec/issues/222).

As for the VM images created by Cirrus Labs, I think we can improve the related documentation them on the website, so I've created #674 to address that.