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

HLF orderer chart default command failes due to docker image v2 doesn't include bash #53

Open
ahmadidev opened this issue Jul 1, 2020 · 0 comments

Comments

@ahmadidev
Copy link

ahmadidev commented Jul 1, 2020

Default command in hlf-ord chart starts with bash with some checks, but the orderer's docker image v2 doesn't include bash and only includes sh. So it would be great if we let the user override command or run command using sh.

Running hlf-ord with `image.tag: 2.1' produces the following error:

helm install aid-ord stable/hlf-ord --set image.tag=2.1  # --dry-run --debug


Message:      OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown

These helm charts are time-saving and I wish it gets more community attention. :)

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

No branches or pull requests

1 participant