You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
Default command in hlf-ord chart starts with
bash
with some checks, but the orderer's docker image v2 doesn't includebash
and only includessh
. 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:
These helm charts are time-saving and I wish it gets more community attention. :)
The text was updated successfully, but these errors were encountered: