-
Notifications
You must be signed in to change notification settings - Fork 417
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
build: Dockerfile-alpine-python and Makefile build #3271
Conversation
And please update |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3271 +/- ##
==========================================
+ Coverage 70.80% 70.96% +0.16%
==========================================
Files 396 396
Lines 44524 44604 +80
==========================================
+ Hits 31524 31652 +128
+ Misses 10492 10436 -56
- Partials 2508 2516 +8 ☔ View full report in Codecov by Sentry. |
@vkaramanis Thanks. Please also sign-off your commit, following this link https://github.com/lf-edge/ekuiper/pull/3271/checks?check_run_id=31035835843 |
33745f7
to
a49cf13
Compare
Signed-off-by: Viktor Karamanis <[email protected]>
Co-authored-by: Rory <[email protected]> Signed-off-by: Viktor Karamanis <[email protected]>
a49cf13
to
ccc7537
Compare
Signed-off-by: Viktor Karamanis <[email protected]>
Signed-off-by: Viktor Karamanis <[email protected]> Co-authored-by: Vrump <[email protected]> Co-authored-by: Rory <[email protected]>
Signed-off-by: Viktor Karamanis <[email protected]> Co-authored-by: Vrump <[email protected]> Co-authored-by: Rory <[email protected]>
Signed-off-by: Viktor Karamanis <[email protected]> Co-authored-by: Vrump <[email protected]> Co-authored-by: Rory <[email protected]>
Motivation:
When running Edgex in secure mode it uses securitty-bootstrapper which has been compiled in Alpine Linux.
Thus, using any other docker image than ekuiper-alpine fails because it cannot run the aforementioned binary.
Suggested solution:
Make a eKuiper python Alpine based docker image to be able to use python based plugins
Tests:
Tested and running successfully using ekuiper v1.14.4