tree: 04cd8b2cc36ff484afc629705876acb14609ed80 [path history] [tgz]
  1. base/
  2. compile/
  3. dist/
  4. scripts/
  5. .tarignore
  6. Readme.md
docker/Readme.md

Docker

To compile source, into Heron release artifacts, using a docker container:

Make sure enough resources are configured in Docker settings: 2 CPU, 4G RAM and 128G disk.

./docker/scripts/build-artifacts.sh <platform> <version_string> [source-tarball] <output-directory>
# e.g.  ./docker/scripts/build-artifacts.sh ubuntu14.04 testbuild ~/heron-release

To build docker containers for running heron daemons:

./docker/scripts/build-docker.sh <platform> <version_string> <output-directory>
# e.g. ./docker/scripts/build-docker.sh ubuntu14.04 testbuild ~/heron-release