-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build process for python 3 and latest Elastasearch fixes #157
base: master
Are you sure you want to change the base?
Conversation
For what it's worth, I'm not having the |
@santosh-kore I'm also not having that issue, and perhaps it is an issue with https://stackoverflow.com/questions/35289802/docker-pull-error-x509-certificate-has-expired-or-is-not-yet-valid and just needs docker-machine regenerate-certs --client-certs |
Make changes to Docker build to support python3. See bitsensor#157
Thank you very much, works like a charm in comparison to current master, what's the hold up? |
@coandco : i have this error, do you have this error TypeError: Cannot read property 'clients' of null |
・What is the reason for changing ARG ELASTALERT_VERSION = v0.2.1 to ARG ELASTALERT_VERSION = 1334b611fdd7adf39991a1b0b11689568d612690? .. Don't you wonder what version it is after a quick glance? |
@coandco added comment
At that moment 1334b... was a bit newer than v0.2.1. I've just made update to current latest version. |
Hi all, So, the best way forward is probably to fork and maintain it all together. What do you say? |
docker build error
|
1. add cargo before
after
2. add 「pip3 install --upgrade pip」and「pip3 install cryptography 」 before
after
|
This is a clone of #155, opened against a branch rather than master.