docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.89k stars 877 forks source link

Will docker private registry support webhooks for some specified events? #1040

Open cheyang opened 8 years ago

cheyang commented 8 years ago

Webhooks can allow the developers to build or set up integrations which subscribe to certain events on private docker registry. When one of those events is triggered, the private docker registry sends a HTTP POST payload to the webhook's configured URL. For example, When new docker image is pushed to repository, webhooks can be post messages to a chat server or deploy containers to a Kubernetes cluster.

Each webhook can be installed on a specific respository. Once installed, they will be triggered each time a subscribed event occurs on that repository. Can we support this feature?

nanachimi commented 6 years ago

any uptade on this?

roysG commented 6 years ago

?

SyCode7 commented 6 years ago

also interested in this ...