Hide Forgot
Description of problem: Customer is facing issue with oc import-image, he is unable to import any image from redhat registry: oc import-image rhel7.2 --confirm --insecure-repository Error from server: imageStream "rhel7.2" not found oc import-image rhel7.2 --from='registry.access.redhat.com' --confirm --insecure-repository error: unable to import image: the repository "library/registry.access.redhat.com" was not found oc import-image rhel7.3 --from='registry.access.redhat.com' --confirm --insecure-repository error: unable to import image: [the repository "library/registry.access.redhat.com" was not found, tag "latest" has not been set on repository "library/rhel7.3"] There is fix in 3.2 version, but it should work also with version 3.1. Now it is not working at all with previous versions. Version-Release number of selected component (if applicable): OpenShift Container Platform 3.1.1 How reproducible: Install version 3.1.1, try to import any image. The import always add library, but library doesn't exists. Steps to Reproduce: 1. oc import-image rhel7.3 Actual results: error: unable to import image: [the repository "library/registry.access.redhat.com" was not found, tag "latest" has not been set on repository "library/rhel7.3"] Expected results: imported image Additional info: please also provide which in which bug it was fixed, the info is missing in docs https://docs.openshift.com/enterprise/3.2/release_notes/ose_3_2_release_notes.html#ose-32-bug-fixes, 3rd markup.