Skip to content

pull from registry.ci.openshift.org

Jenny Zhu edited this page Sep 5, 2025 · 1 revision

In order to pull from registry.ci.openshift.org, you may be able to follow these steps:

  1. log into https://console-openshift-console.apps.ci.l2s4.p1.openshiftapps.com/ using RH internal SSO
  2. User dropdown > Copy login command > copy the oc login command from this page
  3. In your terminal, paste the login command from 2️⃣
  4. Execute the command oc registry login
  5. Now you should be able to pull from that registry If you have your pull secret for podman set up differently than default, you can use oc registry login --to to save your creds to whatever pull secret file you use

Source https://redhat-internal.slack.com/archives/C07UX8H24G7/p1741117000990689?thread_ts=1741052566.684469&cid=C07UX8H24G7

Clone this wiki locally