All Products
Search
Document Center

Apsara Devops:Build an image from a private image repository

Last Updated:Mar 31, 2021

Flow uses Docker to build components and provides common image-building capabilities in various languages. This allows you to build container images by using the Dockerfile in the code repository and push the images to a private image repository.

Prerequisites

  1. The container image repository service is available.

  2. The code source contains the Dockerfile.

Configure a task

In the Build Steps field, select Build Image & Push to Custom Repo. Then, configure the repository URL, username, password, and Dockerfile path to build an image from the private image repository. 1