Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Configuring the Azure DevOps pipeline for a private container registry
This topic describes how to configure the Azure DevOps pipeline for a private container registry.
Follow these steps to configure a service connection in Azure DevOps:
In your Azure DevOps project, select Project Settings> Service connections.
Click New service connection.
Select Docker Registry.
Scroll to the end of the list and click Next.
Select the Others registry type, and enter the following values for your site:
Field
Value
Docker Registry
Container registry host name
Docker ID
Registered user ID
Docker Password
Registered user password or token
Service connection name
Name for the service connection
Click Save.
After downloading the Universal Connector container image and creating the service connection, define the resource container in your pipeline script with the following script: