To list all repositories in your container registry, send a GET request to /v2/registries/$REGISTRY_NAME/repositoriesV2. It is similar to GET /v2/registry/$REGISTRY_NAME/repositoriesV2 and exists for backward compatibility.
/v2/registries/$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/registries/$REGISTRY_NAME/repositoriesV2. It is similar to GET/v2/registry/$REGISTRY_NAME/repositoriesV2and exists for backward compatibility.