Fix #113: wrong image name
parent
346b8e3083
commit
5cb709c43a
|
@ -42,7 +42,7 @@ done
|
|||
|
||||
echo "===Pulling fabric images from official repo... with tag = ${FABRIC_IMG_TAG}"
|
||||
for IMG in peer tools orderer ca ccenv; do
|
||||
HLF_IMG=hyperledger/fabric-zookeeper:$ARCH-$BASE_IMG_TAG
|
||||
HLF_IMG=hyperledger/fabric-${IMG}:$ARCH-$BASE_IMG_TAG
|
||||
pull_image $HLF_IMG
|
||||
done
|
||||
docker pull hyperledger/fabric-ccenv:x86_64-1.1.0-alpha # no latest tag for ccenv
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue