Skip to content
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

Merged
merged 3 commits into from
Feb 10, 2020

Conversation

anishakj
Copy link
Contributor

@anishakj anishakj commented Feb 7, 2020

Created docker file to whitelist the ruok command. netstat got removed from zookeeper:3.5.5 onwards. Customised docker file will be used for docker swarm tests.

Fixes #122
Signed-off-by: anisha.kj [email protected]

Copy link
Contributor

@pbelgundi pbelgundi left a 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.

docker/Dockerfile-swarm Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Feb 7, 2020

Codecov Report

Merging #123 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 007fc48...1631a65. Read the comment docs.

Signed-off-by: anisha.kj <[email protected]>
Copy link
Contributor

@pbelgundi pbelgundi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pbelgundi
Copy link
Contributor

It may help to have a new Make target to build this custom zookeeper image.

@anishakj
Copy link
Contributor Author

It may help to have a new Make target to build this custom zookeeper image.

Modified the Makefile to build image.

@pbelgundi pbelgundi merged commit e72c852 into pravega:master Feb 10, 2020
amuraru pushed a commit to amuraru/zookeeper-operator that referenced this pull request Mar 4, 2020
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating seperate Docker file for Docker swarm tests
3 participants