Skip to main content

Build Configuration

This guide provides step-by-step instructions to configure the build process within your CI/CD pipeline. It covers how to set up the container repository integration and define the necessary build parameters for storing and managing your container images.

Description of the image

Description of the image

Step 1: Access Workflow Configuration

  • Navigate to the Workflow Details page.
  • Click on Build within the pipeline diagram to initiate the build configuration.

Step 2: Configure Build Details

  • The Configure Build panel will appear on the right-hand side of your screen, enabling you to set your build preferences.
  1. Container Repository - Select the repository where your container images will be stored.
  2. Dockerfile Path - Specify the path to the Dockerfile within your repository.
  3. Build Context - Define the path where the Docker build command will be executed.
  4. Platform - Select the platform type from the available options such as amd or arm.
  5. Compute Configuration - Choose the compute type by selecting CPU and memory specifications.
  6. Use Spot Instance - Check this box if you want to run your build process on a spot machine.
  7. Cache Enable - Check this box to enable build caching and optimize performance.

Step 5: Save Build Configuration

  • Click the Save button to finalize and apply your build settings to the workflow.

Following these structured steps ensures your build process is clearly defined and efficiently managed in your pipeline.