local_ydb_list_versions
Fetch numeric version tags for local-ydb container images, sorted newest first, to select a target version before upgrading. Supports pagination and reports truncation.
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. |