I linked the account with GitHub and whenever I push any changes to GitHub repo, the auto-build on Docker Hub reacts and builds the image. So it seems that automated build is working.
Also, I notice that searching the docker repo with $ docker search coreos-transpiler, I get NOT “[OK]” on “AUTOMATED” column.
I need to fix this in order to place a build status badge via shields.IO (https://shields.io/category/build) on my GitHub repo.
I still get no “[OK]” on docker search results, nor get any “buildhistory” info from the API rather than “Object not found”. No docs too.
My guess is that:
(1) The current “automated build” process run on “Docker Cloud” (https://cloud.docker.com/)
(2) Then pushes the built image to “Docker Hub”(https://hub.docker.com/).
(3) Since it’s not built on Docker Hub but on Docker Cloud, Docker Hub API doesn’t contain a “buildhistory”.
I noticed it by pointing the shields.IO badge from “Docker Build Status:” to “Docker Cloud Build Status:” and got the right status.
Docker Build Status:
Docker Cloud Build Status:
I haven’t tried but by pushing the locally built image to Docker Hub using docker CLI command might work.
But if that’s the case, I wonder why they call it Automated.