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
bootstrap script to download docker images and fabric
binaries from dockerhub and nexus repositories.
Change-Id: Ibcdf2bcd305ec0c136f3d952008779096786d376
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
docker tag hyperledger/fabric-$IMAGES:$FABRIC_TAG hyperledger/fabric-$IMAGES
20
+
done
21
+
}
22
+
23
+
dockerCaPull() {
24
+
local CA_TAG=$1
25
+
echo"==> FABRIC CA IMAGE"
26
+
echo
27
+
docker pull hyperledger/fabric-ca:$CA_TAG
28
+
docker tag hyperledger/fabric-ca:$CA_TAG hyperledger/fabric-ca
29
+
}
30
+
31
+
:${CA_TAG:="$MARCH-$VERSION"}
32
+
:${FABRIC_TAG:="$MARCH-$VERSION"}
33
+
34
+
echo"===> Downloading platform binaries"
35
+
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}-${VERSION}.tar.gz | tar xz
0 commit comments