Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Files

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ubuntu20.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 ubuntu20.04 testbuild ~/heron-release