The Build Screen
Clicking the Next button in the Additional Config screen (see The Additional Config Screen) opens the Build screen, which is where you can view and download the JSON file and build the application.

The top of this screen contains the following buttons:
- View JSON: Allows you to view the JSON file that was generated based on your input in the previous screens.
- Download JSON: Allows you to downloaded the JSON file that was generated based on your input in the previous screens.
- Build: Clicking this button executes the
bdwd
command to create an application .bin file. Once the application completes successfully, the .bin file will be located in the<workspace>/deliverables/
directory. For example:
[sampleuser@prod21 AWB5.0]# ls appconfig awb20200506.log awb.json bdwb deliverables documentation.md image logo.png staging status.json [sampleuser@prod21 AWB5.0]# cd deliverables/ bdcatalog-centos7-bluedata-sparkcentos:2.6.0-2.6.0.bin [sampleuser@prod21 AWB5.0]#
You may now manually add this application to HPE Ezmeral Container Platform, as described in Manually Adding an App Store Image. The new application appears in the App Store screen.
The remainder of this screen contains the following:
- The large field on this screen displays application build logs.
- Once the build process has completed, you may click Home to return to the the Image Status screen. See The Image Status Screen.