
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,511 Views
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)?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,430 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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,431 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.