Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

394
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda