Skip to content

Production Distribution

Frank V. Castellucci edited this page Apr 20, 2018 · 1 revision

Overview

For the #B transaction processors (TP):

  1. hashblock-asset-tp
  2. hashblock-setting-tp
  3. hashblock-match-tp

We leverage the automated build capability of docker hub that detects new pushes to the github repo and runs docker build .... for each of the above listed dockerfiles.

These builds are tagged as :latest and are referenced by the production node yaml compose files.

Build Locally

To build these images for local testing, assuming you've cloned the hashblock/hashblock-exchange repo from github:

$ git clone https://github.com/hashblock/hashblock-exchange.git
$ cd hashblock-exchange
hashblock-exchange$ bin/build_distro

Clone this wiki locally