Docker Hub Webhook URL's not being accepted

Webhooks with URLS like https://$something:1qFX1Ta1AyLxBgu0kqzm0GFunp33rHRzxp84kTjesdvG9shrWsaSudvRNTxd@something.scm.azurewebsites.net/docker/hook

are not being accepted and as marked as Invalid when submitted as webhooks. Similar URL’s were allowed before Docker Hub got the new Updated. With the New Update, the URL’s are not being accepted. Did I do anything wrong? I don’t think the URL is invalid as it is given by Azure App Service for continuous Integration.

Thank You.
Tarun Pothulapati.

4 Likes

I have the same problem as well

I have the same issue too.

My firm is also having the same issue. Using the previous webhooks UI, we could add Azure-based URLs for our continuous delivery. With an update to our repositories however, we’ve lost that functionality as we can no longer add Azure-based URLs to Docker in the new UI. Any idea when this will be rectified? This is currently a major thorn in our CI/CD strategy.

Maybe, we can have a URL redirection for now, using services like tinyurl, etc. I didn’t try it yet, but I guess it should work.

TinyURL does not work, can you please put the dollar sign in your URL patterns, I have an old webhook with that dollar sign and it is working like a charm

Same problem here, url provided by Azure App Services CD doesn’t work

I was successful in adding my Azure webhooks just a few moments ago. It appears as if the issue has been resolved? It’s probably worth everybody else checking their side as well.

It should be fixed now.

I tried again and it worked. Thanks.