dockerhook
dockerhook copied to clipboard
Docker event stream listener that triggers a hook script
Results
2
dockerhook issues
Sort by
recently updated
recently updated
newest added
Docker introduced new type of events, which are breaking dockerhook. For example in case of an `image` type event (like pull) the [inspec()](https://github.com/progrium/dockerhook/blob/master/dockerhook.go#L62) function will fail, as it was meant...
Would it be possible to release a new build with updated dependencies ? I can build this locally just fine, but some of your other projects (docker-plugins) are referencing the...