Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

392
Views
DockerHub API: List ongoing builds

I am trying to fetch data from DockerHub from this URL using the API:

https://cloud.docker.com/u/{account}/repository/docker/{account}/{app}/builds

However, the equivalent API URL is invalid. It returns 404:

https://cloud.docker.com/v2/repositories/{account}/{app}/builds/

On the other hand, the following URL is a valid, but it is not listing the ongoing builds:

https://cloud.docker.com/v2/repositories/{account}/{app}/tags/

Overall, what I would like to do is to get, from the API, the list of images being built in DockerHub. How can I achieve that?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You can use this API to list the builds.

https://cloud.docker.com/v2/repositories/{account}/{app}/buildhistory/

Then append the build_code of a build to see the full detail.

https://cloud.docker.com/v2/repositories/{account}/{app}/buildhistory/{build_code}

I'm not aware of any official documentation for these endpoints. In the past I've used the following source code as a reference.

https://github.com/RyanTheAllmighty/Docker-Hub-API/blob/master/src/api.js

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!