-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3118] pull ccenv image at runtime
The current code requires the CORE_CHAINCODE_BUILDER image to be pre-pulled down from dockerhub or chaincode building will fail. This patch adds the docker-client intelligence to check whether the image is present. If it finds that it is not present, it will try to pull the image from dockerhub. Change-Id: I95b6bcd0f1b1beb2edee7f0b542f90f5fb9eabc7 Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
- Loading branch information
Showing
4 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters