This repo contains build manifests for creating Stellar Assemblies. These are core components that are the foundation for the system. As the artifact from these builds are scratch images they are intended to be used with Terra.
Building assemblies requires Vab.
To build an individual assembly:
make containerd
To make all assemblies:
make
To specify a different namespace:
make IMAGE_NAMESPACE=ehazlett containerd
To specify vab
args:
make VAB_ARGS="--push" containerd