buildImage(Map<String,dynamic> data ) { if ( data['build'] != null ) return data['build']; return data['init_from']; }