toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Use fully qualified search registry for docker image names

Open SlyIdeas opened this issue 2 years ago • 0 comments

Small issue here. The fix would be to use a fully qualified docker image name.

In Ubuntu 22.04, I must modify /etc/containers/registry.conf to allow "docker.io" as an unqualified-search-registries to pull the containers. As this is not present in the default configuration for Podman, it added an additional step.

It would be preferable to list the fully qualified names to avoid any confusion pertaining to where containers should be sourced from.

SlyIdeas avatar May 17 '23 15:05 SlyIdeas