Build Log
Last updated
Was this helpful?
Last updated
Was this helpful?
The Build Log is generated by the system whenever it builds the environment, whether the build is successful or has failed, and is especially helpful for troubleshooting environment build errors and issues. It will appear under the /results
folder as the buildLog
file once the run is complete. If the run is conducted in the Cloud Workstation, the Build Log will be shown as a link in the Timeline.
The Build Log contains a sequential record of all the Docker commands and outputs from the entire environment build. Below is a screenshot highlighting some of the steps from an example environment to demonstrate how the Build Log records the process.
For example, Step 1 is always to pull the Base Image with the Docker command "FROM". As you can see below, the Build Log will print out the Docker command and the results of the command execution.