All Products
Search
Document Center

Alibaba Cloud DevOps:Build and push images to ACR

Last Updated:May 19, 2025

Flow provides universal image building capabilities for various programming languages through the Docker build component. This allows you to build container images using Dockerfiles from code repositories and push the images to Alibaba Cloud Container Registry (ACR).

Prerequisites

  1. You have access to ACR.

  2. Dockerfiles for building images are available in your code source.

Job configuration

During pipeline orchestration, perform these operations:

1. On the pipeline editing page, add the ACR Build step.

2. Select a service connection.

3. Select your ACR region and a Docker repository within that region.

4. Specify an image tag and a Dockerfile path.

5. Save and run the pipeline.