> For the complete documentation index, see [llms.txt](https://docs.zeliot.in/condense/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeliot.in/condense/v2.4.0/fundamentals/getting-set-up/accessing-status-of-your-build.md).

# Accessing Status of Your Build

To access the build logs, please follow below steps: &#x20;

Once you click on build, you will be redirected to Build Logs page

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/ISUvzfMKs9QKZzM9krHB/Step%206A.png" alt=""><figcaption></figcaption></figure>

The build logs showcases how the build is taking place based on the dockerfile. In general, the build logs will show below info:  &#x20;

1. Pulling Base Image - The process starts by attempting to pull the base image from the Docker Hub registry. &#x20;
2. Creating Directory &#x20;
3. Setting Working Directory&#x20;
4. Copying Package Files &#x20;
5. Installing Dependencies &#x20;
6. Exposing Port &#x20;
7. Setting Entrypoint&#x20;

After all steps are completed, the log indicates successful building of the image. Finally, the image is tagged with a name creating a reference to the built image with a specific version identifier. &#x20;

The build logs serve as a tool for monitoring, troubleshooting the Docker image building process. &#x20;

Build statuses: You can check the status of your build in this page:&#x20;

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/ISUvzfMKs9QKZzM9krHB/Step%206A.png" alt=""><figcaption><p>Indicates that the build is in progress. </p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/9qtWjarDX60RON2RlC1q/Step%206B.png" alt=""><figcaption><p>Indicates that the build has failed. User can access build logs to troubleshoot </p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/wMtcOHjTxqOOzCXn7QZG/Step%206C.png" alt=""><figcaption><p>Indicates that the build is successful.</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/AUp3H6kItOFP0exPKiAi/Step%206D.png" alt=""><figcaption><p>Configure ENV</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/Ud7jwtPt896hJklT48W9/Step%206F.png" alt=""><figcaption><p>Name the Application and Choose Icon</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/rwKRGO3QthZ6EMqqYblg/blobs/tfKNWIap8H6SSKQcw8N4/Step%206G.png" alt=""><figcaption><p>Your custom transformation is published successfully with application name as provided</p></figcaption></figure>
