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 tobuild/
build-bin
: download required binaries tobuild/bin
build-charts
: fetch charts tobuild/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