0
votes

I am having trouble creating a connection between Azure DevOps and Oracle Container Registry.

Has anyone experience how I get the fields requested by azure devops in oracle cloud?

The requested fields are:

Docker registry

Docker id

Docker password

Docker Service Connection

2

2 Answers

0
votes

According to this document from Azure DevOps Service:

Docker Registry  Required.   The URL of the Docker registry.
Docker ID        Required.   The identifier of the Docker account user.
Password         Required.   The password for the account user identified above.
Email            Optional.   An email address to receive notifications.

And here's one document from Oracle Cloud: Managing Docker Registry Definitions .

In my opinion(I don't purchase the Oracle account and can't test it for you :-(), you should enter your Docker Registry in Oracle for Docker Registry in Service Connection, and User Name for Docker ID, your password in Oracle for Password, Your email in Oracle page for Email in service connection.

Check the relationship between these two pages:

enter image description here

enter image description here

Hope it helps and feel free to let me know if I misunderstand anything.

0
votes

Here are the inputs to the requested fields

Docker Registry: < region-key>.ocir.io (See here for region key information):

Docker ID: < tenancy-namespace>/< username>
Password: < User generated Auth Token>

More details about logging into OCIR can be found here.