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?
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?