gwerner
gwerner

Reputation: 83

Failed Image Build with DockerHub

Even though the last message in the DockerHub log:

Successfully built 73dfc9054b7e

DockerHub states that the status is 'Build Error'. The image builds correctly on multiple local machines, and the last message from the log has no errors. What could be the reason for the build error? Does anyone know if there is there another place besides the DockerHub log where we can see why the build was not successful?

Docker seems to be very promising but these types of errors make us hesitate when thinking about migrating some of our nodes to docker containers.

Thanks.

Upvotes: 0

Views: 95

Answers (1)

Sabin
Sabin

Reputation: 12100

I did search your issue through the build id, and tried reproducing the bug. You might have seen me forking your public GitHub branch. We found and resolved the issue.
If you see the latest build for anaconda-plus, it succeeded. If you encounter such issue again, please create a support ticket.

Upvotes: 1

Related Questions