If you are pulling an image from a private registry. in OpenShift. via oc new-app command, do you first need to authenticate to the registry (like podman requires)?
Hi @cstauss1 ,
AFAIK , yes it needs authentication and necessary permissions.
That can be done while we use oc login command , then the same authenticaton and permission is used to pull the image. Or else we can use a service account which has necessary permissions to access the registry and pull the image.
Hi @cstauss1 ,
AFAIK , yes it needs authentication and necessary permissions.
That can be done while we use oc login command , then the same authenticaton and permission is used to pull the image. Or else we can use a service account which has necessary permissions to access the registry and pull the image.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.