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
Respect proxy settings to build Fabric behind a proxy.
Set environment values http_proxy, HTTP_PROXY, https_proxy or
HTTPS_PROXY and execute `make peer`.
This patch fixes FAB-308.
To build docker javaenv-image, the Internet access is needed for wget
Gradle distribution. So we need to pass proxy configurations by
build arg to Docker.
Additionally, in core/chaincode/shim/java/build.gradle, Gradle will get
com.google.protobuf plugin from the Internet during build process.
Because this process is executed in docker-build, defining JAVA_OPTS in
the host, which execute docker-build, is no effect.
Signed-off-by: Namiki Yuta <[email protected]>
Change-Id: I226c115f49ec242b79ef56a34c03012fb11f78c6
0 commit comments