How can I change default docker image registry in Openshift ? I already modified /etc/containers/registries.conf
in workers and master nodes and put something like this but it didn't work.
[[registry]]
prefix = "my_private_registry.com"
location = "my_private_registry.com"
insecure = false
How can I change the default repo? Thank you