Docker Hub API documentation?

I’m looking for API documentation on Docker Hub. In particular, I’d like to monitor for new build tags and update my apps appropriately. Note that this is different than the webhooks feature: I’d like to “listen” instead of get notified as I have many machines that need to be updated when a new tag is pushed.

I can’t seem to find the docs anywhere–am I just missing something? I likewise couldn’t find a Ruby client easily.

I don’t think that there is any sort of notification API other than the webhooks feature.

Has anybody else figured this out yet?

I stumbled upon https://hub.docker.com/v2/repositories/library/nginx/ for getting repository information, but it doesn’t seem to work for private repositories.

I also found

1 Like