YoavKlein
YoavKlein

Reputation: 2705

Using Docker Registry Serivce Connection in Azure Pipelines

I've followed this docs manual to create a self-signed private registry on some VM. It works fine when I pull images from another host.

I now try to understand how I configure a Service Connection in Azure DevOps of type Docker Registry to use this registry.

This is my current setup:

enter image description here

And this is the log:

enter image description here

Upvotes: 1

Views: 477

Answers (1)

Vito Liu
Vito Liu

Reputation: 8278

We could go to the Docker's Settings > Network and change DNS Server radio button to Fixed

enter image description here

In addition, I found a sample issue, you could also check this.

Upvotes: 1

Related Questions