-
Notifications
You must be signed in to change notification settings - Fork 211
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
Customised docker file for docker swarm #123
Conversation
Signed-off-by: anisha.kj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the zk base version comment, LGTM.
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
=======================================
Coverage 48.42% 48.42%
=======================================
Files 5 5
Lines 921 921
=======================================
Hits 446 446
Misses 448 448
Partials 27 27 Continue to review full report at Codecov.
|
Signed-off-by: anisha.kj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It may help to have a new Make target to build this custom zookeeper image. |
Signed-off-by: anisha.kj <[email protected]>
Modified the Makefile to build image. |
* Customised docker file for docker swarm Signed-off-by: anisha.kj <[email protected]> * changed zookeeper vesrion Signed-off-by: anisha.kj <[email protected]> * Modified Makefile to build the swarm image Signed-off-by: anisha.kj <[email protected]>
Created docker file to whitelist the
ruok
command.netstat
got removed fromzookeeper:3.5.5
onwards. Customised docker file will be used for docker swarm tests.Fixes #122
Signed-off-by: anisha.kj [email protected]