elastic / elasticsearch-docker

Official Elasticsearch Docker image
Apache License 2.0
789 stars 240 forks source link

Support webhooks which trigger on image updates #199

Closed nphmuller closed 5 years ago

nphmuller commented 5 years ago

Feature Description

We use webhooks on Docker hub to rebuild our images when a baseimage is updated. It would be great if this could also be accomplished with the elasticsearch docker images.

xeraa commented 5 years ago

I guess https://hub.docker.com/r/elastic/elasticsearch/ will work for you, right? It's mirroring our own Docker repository in case you need Docker Hub for some reason (webhooks might be one of them).

nphmuller commented 5 years ago

Didn't know that one existed. Only knew about https://hub.docker.com/_/elasticsearch/ which has a deprecation notice.

Thanks!