tree: 3a1fdfca42e05dd639bfd3cc2c3f3af4f133657a [path history] [tgz]
  1. base/
  2. compile/
  3. dist/
  4. scripts/
  5. test/
  6. .tarignore
  7. 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