cancel
Showing results for 
Search instead for 
Did you mean: 
cstauss1
Mission Specialist
Mission Specialist
  • 718 Views

Pulling an image from private registry. in OpenShift

Jump to solution

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)?

Labels (1)
1 Solution

Accepted Solutions
Chetan_Tiwary_
Moderator
Moderator
  • 637 Views

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. 

View solution in original post

1 Reply
Chetan_Tiwary_
Moderator
Moderator
  • 638 Views

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. 

Join the discussion
You must log in to join this conversation.