Is this project dead?
JannikZed opened this issue · 7 comments
As there are several opened issues without any answers along with open pull requests I wanted to ask, if this project is still maintained or not.
Hey @JannikZed, I'm pretty confident the code works as-is — most issues seem to be related to (mis-)configurations of elasticsearch which are out of scope of this project. Let me know if you run into issues.
Hi there,
nice to hear that! I just stumbled upon the first problem. Elasticsearch client in your container is in a really old version elasticsearch (2.3.0)
. Talking with our elastic version 6 cluster is impossible. Do consider enabling a newer version? I can create an pull request really fast using 'elasticsearch>=6.0.0,<7.0.0'
cool, I placed it in - could you take a look?
merged, thanks @JannikZed!
cool :) just one more question: the automated build on dockerhub doesn't seem to work any more .. it's written there: "last pushed: a year ago".
Could you maybe fix this pipeline, too, so that the newest version can be loaded from dockerhub officially?
@JannikZed you can find the automated builds at dsys/match
now :)