I successfully build a docker image using docker hub automated build. But when I search my image by ‘docker search’ command, it doesn’t showed “OK” beneath the ‘Automated’ section. Any help will be appreciated.
My image name is fnjn/cs1.6
Share and learn in the Docker community.
I successfully build a docker image using docker hub automated build. But when I search my image by ‘docker search’ command, it doesn’t showed “OK” beneath the ‘Automated’ section. Any help will be appreciated.
My image name is fnjn/cs1.6
Hi.
Not working for me either. I triggered an automated build and it worked, but the “AUTOMATED” indicator was not set for my image. I’ll ping the Docker Hub team.
It is happening to me too.
When “git push origin
” to GitHub, the automated build runs and ends successfully. But no “[OK]” appears in “AUTOMATED” column in docker search
results.
I also added a “docker-compose.test.yml” in the GitHub repo. It also successfully ends but still I don’t get a “[OK]” status in “AUTOMATED”.
[F.Y.I.] Here are my build configurations in “Configure Automated Builds”:
KEINOS
/Dockerfile_of_CoreOS_Transpile
@ GitHubBuild on Docker Hub's infrastructure
Internal and External Pull Requests
Off
Branch
master
latest
Dockerfile
/
Image: keinos/coreos-transpiler @ Docker Hub
This “not-showing-OK-in-AUTOMATED” thing is happening not only in GitHub but in BitBucket also.
I created a simple “Hello World” repo with a test in both GitHub and BitBucket with the settings below:
KEINOS
/ hello_dockerhub
@ GitHub and @BitBucket
Build on Docker Hub's infrastructure
Internal and External Pull Requests
On
Enable for Base Image
Branch
master
latest
Dockerfile
/
None
They both pass the tests and the build status is in “SUCCESS” state.
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
keinos/hello_dockerhub Just echoes "Hello Docker Hub!". Alpine. 0
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
keinos/hello_dockerhub2 0
This also happens on all my projects too.
e.g., https://hub.docker.com/r/bluet/cronicle-docker
Anyone got it fixed or any idea why?