Package Builder
The package builder is in the ${PRIMEHUB_HOME}/installer/ folder
Build
make build
In the build process, it will
- build-common: copy files to- build/
- build-bin: download required binaries to- build/bin
- build-charts: fetch charts to- build/charts. These charts are used from airgapped installation.
Release
Generate the release tarball
make release 
then the release will go to release/
Release Docker Images
The release tarball is used for airgapped. For more information, please reference the airgap docuemnt.
make release-images
Clean
Clean up the generated files.
make clean 
