At Werkspot (part of IAC / HomeAdvisor US) we extensively use Elastic products for both full-text search for our platform and for our centralized logging system.
As we are migrating our stack to run on top of Kubernetes we could find a number of Docker images at https://www.docker.elastic.co/. That is great, we love getting images from official/trusted places.
Few images we can't find in there, however, namely:
-
Curator (from https://www.elastic.co/guide/en/elasticsearch/client/curator/current/index.html) we now use https://hub.docker.com/r/bobrik/curator/
-
Journalbeat (from https://github.com/elastic/beats/pull/8703) we now use my own fork of it from https://hub.docker.com/r/renang/journalbeat/
If you see where this is going, I would like to request that those images are also included in the official registry you folks manage. Would that be possible?