To list all repositories in your container registry, send a GET request to /v2/registry/$REGISTRY_NAME/repositoriesV2.
/v2/registry/$REGISTRY_NAME/repositoriesV2
Optional
Which 'page' of paginated results to return. Ignored when 'page_token' is provided.
Token to retrieve of the next or previous set of results more quickly than using 'page'.
Number of items returned per page
To list all repositories in your container registry, send a GET request to
/v2/registry/$REGISTRY_NAME/repositoriesV2.