To list all manifests in your container registry repository, send a GETrequest to /v2/registry/$REGISTRY_NAME/repositories/$REPOSITORY_NAME/digests.Note that if your repository name contains / characters, it must beURL-encoded in the request URL. For example, to list manifests forregistry.digitalocean.com/example/my/repo, the path would be/v2/registry/example/repositories/my%2Frepo/digests.
To list all manifests in your container registry repository, send a GETrequest to
/v2/registry/$REGISTRY_NAME/repositories/$REPOSITORY_NAME/digests.Note that if your repository name contains/characters, it must beURL-encoded in the request URL. For example, to list manifests forregistry.digitalocean.com/example/my/repo, the path would be/v2/registry/example/repositories/my%2Frepo/digests.