You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications coming from the Open Source Docker Registry (registry:2 repository on dockerhub) are currently not supported. The format of an individual event seems to be similar to Azure Container Registry, but the WebHook sends an array of events in the request body.
If you're open to a PR, I could try implementing support for this myself, although I'm not that experienced in Go and Open Source contributions. My first Idea was to modify PayloadHandler to return a PushData slice and implement a fourth endpoint type.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I was not aware that registry:2 supports events. Support for this would be very welcome. If you can open a pull request, that would be amazing.
Notifications coming from the Open Source Docker Registry (
registry:2
repository on dockerhub) are currently not supported. The format of an individual event seems to be similar to Azure Container Registry, but the WebHook sends an array of events in the request body.The following is an example-payload from their documentation:
If you're open to a PR, I could try implementing support for this myself, although I'm not that experienced in Go and Open Source contributions. My first Idea was to modify
PayloadHandler
to return aPushData
slice and implement a fourth endpoint type.The text was updated successfully, but these errors were encountered: