Skip to content

Add registry detection on image name, fix basic auth when realm is Basic

Created by: gboddin

Hi,

A small improvement in this PR :

Like docker, if we're logged in, the pull command will now use the configured registry authentication.

One issue to note though :

This currently assumes that the registry is stored with registry.dns.name instead of https://registry.dns.name.

Since using any of them works, can I suggest we default the documentation and help messages to registry.dns.name ?

Merge request reports