-
Notifications
You must be signed in to change notification settings - Fork 42
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
Small PR to address missing content for docker builds #461
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,7 @@ at the end of the test. | |
|
||
```bash | ||
source $PDO_HOME/ccf/bin/activate | ||
${PDO_SOURCE_ROOT}/ledgers/ccf/scripts/ping_test.py | ||
${PDO_SOURCE_ROOT}/ledgers/ccf/scripts/ping_test.py --url ${PDO_LEDGER_URL} --cert ${PDO_LEDGER_KEY_ROOT}/networkcert.pem | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Testing, i noticed that PDO_LEDGER_KEY_ROOT is not defined in client docker image. There are though also a few other docker stuff i've noticed, will address in separate PR ... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. run start_client.sh... it will invoke environment.sh which sets all variables. |
||
``` | ||
|
||
While invoking the test from a remote machine, be sure to 1) copy the | ||
|
This file was deleted.
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.
We are already doing it for PDO_HOSTNAME and for most folks this will result with the "right" thing but for somebody having a proxy and one of the services outside of proxy, this could lead to unexpected behaviour given how hidden this is here? Don't immediately have a good alternative but we could mention it in the ready and/or add a log output here? No strong feeling in leaving it as is, though, either ...