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
You have access to ACR.
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.