local_ydb_list_versions
List published GHCR or Docker Hub tags for a local-ydb image, sorting numeric versions newest first, to check available versions before an upgrade.
Instructions
List published GHCR or Docker Hub tags for a local-ydb container image, with numeric version tags sorted newest first. Use before local_ydb_upgrade_version; registry pagination and authentication are restricted to trusted origins, and pageSize and maxPages bound pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | GHCR or Docker Hub container image name to inspect. Defaults to ghcr.io/ydb-platform/local-ydb. | |
| maxPages | No | Maximum number of registry pages to fetch before truncating the result. Defaults to 10. | |
| pageSize | No | Requested tags per registry page. Defaults to 100. |