Hey there,
I’m using the Dockerhub private repo to manage my docker images.
My plan is to build and deploy my application via teamcity which executes at least a docker push command.
After that the webserver with a webhook listener (https://github.com/maccyber/dockerhub-webhook) should check that there is a new tag in my repo because of that he should pull and start the new image.
My problem here is that the Dockerhub Hook didn’t react anyway. The listener seems wo be working correctly because if I call the URI manually or send a fake payload POST request everything works fine.
- Is it generally possible to use the dockerhub private repo for this purpose?
- Is there a better way to do that?
I’m new with docker so sorry for any stupid stuff.
Best regards,
Josef