> 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/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://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2FVjGAVmTkhwoudyrBe6kR%2FStep%206A.png?alt=media&amp;token=de0d35de-368f-4997-a30d-1816470010c5" 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://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2FVjGAVmTkhwoudyrBe6kR%2FStep%206A.png?alt=media&amp;token=de0d35de-368f-4997-a30d-1816470010c5" alt=""><figcaption><p>Indicates that the build is in progress. </p></figcaption></figure>

<figure><img src="https://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2FYr4lPowAEmq8xZLPgmyc%2FStep%206B.png?alt=media&amp;token=5e0dd1a8-3c2e-4cd4-a407-3bef07a4f70b" alt=""><figcaption><p>Indicates that the build has failed. User can access build logs to troubleshoot </p></figcaption></figure>

<figure><img src="https://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2FpSxwl3FtXunyjKulW324%2FStep%206C.png?alt=media&amp;token=f295e62c-81ef-4620-b4c3-197dd3f405cd" alt=""><figcaption><p>Indicates that the build is successful.</p></figcaption></figure>

<figure><img src="https://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2Fw8u3pZQmXyvbrU8JzHbs%2FStep%206D.png?alt=media&amp;token=68a49e70-b395-446d-9d29-2c97b518b3db" alt=""><figcaption><p>Configure ENV</p></figcaption></figure>

<figure><img src="https://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2FCL1NZOpLB3KR0oocy7yw%2FStep%206F.png?alt=media&amp;token=3522d9ee-a31e-4345-a06d-03dc50f96f7d" alt=""><figcaption><p>Name the Application and Choose Icon</p></figcaption></figure>

<figure><img src="https://1775139360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvbacpakLuL4x2VBp2174%2Fuploads%2Fwkq0IA56NhlrU4UI7es1%2FStep%206G.png?alt=media&amp;token=e6dfcf1c-c70b-4075-bea1-aa9f8037fef2" alt=""><figcaption><p>Your custom transformation is published successfully with application name as provided</p></figcaption></figure>
