Access to Docker registry API at registry.gitlab.com?

Hi,

I’d like to use the docker API (specifically, ‘_catalog’ and ‘tags/list’) to get a list of all the images+tags I’ve created in all the projects I own. I can list all my projects, there’s an API for that, but there doesn’t appear to be ab API for the registry.

Are there plans to create an API for the registry, or to open access to the Docker API directly?

Thanks in advance,
Tony.

I had the same need, so I made use of some internal GitLab JSON endpoints. The details are here.