You can use Container Registry Enterprise Edition instances to automatically build and pull images when you deploy applications. This improves the image pulling speed and reduces the application deployment time. This topic describes how to create and view images by using Container Registry Enterprise Edition instances.
Create images
Log on to the ACK console.
In the left-side navigation pane of the ACK console, choose .
On the Instances page, click the card of the Container Registry Enterprise Edition instance to which you want to bind the source code repository.
For more information about how to create Container Registry Enterprise Edition instances, see Push an image to a Container Registry Enterprise Edition instance and pull an image from the instance.
Create a namespace for the Container Registry Enterprise Edition instance. For more information, see Step 4: Create a namespace.
Create a repository for the Container Registry Enterprise Edition instance. For more information, see Step 5: Create an image repository.
Push an image to the repository, or enable the system to automatically build an image from a third-party code repository. For more information, see Push an image to a Container Registry Enterprise Edition instance and pull an image from the instance and Use a Container Registry Enterprise Edition instance to build an image.
View images
Log on to the Container Registry console.
In the top navigation bar, select a region.
In the left-side navigation pane, click Instances.
On the Instances page, click the Enterprise Edition instance that you want to manage.
In the left-side navigation pane of the management page of the Container Registry Enterprise Edition instance, choose .
On the Repositories page, click the name of the repository that you want to manage.
In the left-side navigation pane of the repository details page, click Tags to view the image versions in the repository.
References
You can perform the following operations after the image is built:
Pull the image to the Container Service for Kubernetes (ACK) cluster without using passwords. For more information, see Use the aliyun-acr-credential-helper component to pull images without using a password.
Use the image to create applications in the ACK cluster. For more information, see Create a stateless application by using a Deployment.
Use the P2P acceleration feature in the ACK cluster to accelerate image pulling. For more information, see Use the P2P acceleration feature in ACK Serverless and ACK clusters.