Automated Build Doesn't find Dockerfile

or the readme.md in the git repo which is hosted on github.

https://registry.hub.docker.com/u/seanmccully/docker-bitcoind/

What have I missed or done wrong?

So there’s definetly a delay here, not sure if with Docker or Github. Would be very interested to know.

Could you elaborate on the delay you saw? Usually the sequence is something like this (let us know where the unexpected delay happened and how long it was):

  1. You create a Github repo
  2. You edit your code and push to Github.
  3. You connect your Github account to your Docker Hub account
  4. You configure your Docker Hub account to make an Automated Build from your Github repo
  5. When you save, Docker Hub puts your build into a queue (“Pending”)
  6. Docker Hub pulls your code and looks for a Dockerfile (and grabs your Readme.md too)
  7. Docker Hub builds your code (“Building”)
  8. Docker Hub pushes your image to your Docker Hub repo (“Pushing”), along with build logs and your Readme.md
  9. Docker Hub updates your list of tags
  10. Docker Hub updates your Readme/Information tab
  11. Docker hub marks the pushed completed (“Finished”).

Sure, the delay was between steps 5 and 6.

Assuming this is related to some cdn latency, the github repo was created within +10/20 minutes the Automated Build was created on Docker Hub. Docker Hub was not retrieving the Dockerfile within the first hour and not greater then a 4/5 hour after the github repo was created.

Its difficult to be certain, but the process brokedown in step 6 as Docker Hub was not finding the Dockerfile and Readme.md.

I’m experiencing a similar delay, although this could be a different issue: My automated build finished successfully 10 minutes ago (shown under “Build Details”), but neither Readme nor Dockerfile have arrived yet at Dockerhub and the tabs are empty.

Like @cfrech, I too cannot see my Dockerfile even after an hour. However, the Readme has been uploaded.

In testing automated builds hub.docker stopped refreshing the README.md from my github repo for the information tab on the docker image repo. The build triggers worked when I updated the README.md file but it wasn’t picked up for the information tab.

You can see this at https://registry.hub.docker.com/u/watkinspd/nodetest/ and how the docker image repo has missed the README.md from https://github.com/watkinspd/nodetest

Cheers!

I’ve had the same issue with https://hub.docker.com/r/marcelstoer/nodemcu-build/. I created a ticket at https://support.docker.com and it was resolved in no time. Really great support.