Commit cef0aa3
Jason Yellick
[FAB-2239] Fix broken orderer image
https://jira.hyperledger.org/browse/FAB-2239
Moving the configuration around caused the orderer docker image to no
longer resolve the MSP configuration directory. This CR explicitly sets
the MSPDir and ID, and adds them to the config file so that the env
variables are effective.
Change-Id: I1d5c059125ef028c7f4269ae5c573d51e317a401
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>1 parent ad986bb commit cef0aa3
File tree
3 files changed
+15
-1
lines changed- images/orderer
- orderer
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
| |||
0 commit comments