Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

393
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda