local_ydb_list_versions
List numeric version tags for a container image from a registry, sorted newest first, with configurable pagination. Use before upgrading to choose a target version.
Instructions
List published registry tags for a local-ydb container image, with numeric version tags sorted newest first. Use before local_ydb_upgrade_version to choose a target tag; pageSize and maxPages bound registry pagination and the response reports truncation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Container image name to inspect. Defaults to ghcr.io/ydb-platform/local-ydb. | |
| pageSize | No | Requested tags per registry page. Defaults to 100. | |
| maxPages | No | Maximum number of registry pages to fetch before truncating the result. Defaults to 10. |