Hide Forgot
Description of problem: Pulling of rhel7 image fails during oc new-app creation process with the error as per attached new-app-debug.log while using the attached Dockerfile. Adding FROM registry.access.redhat.com/rhel7 has fixed the issue. Earlier it was only FROM rhel7 But in the /etc/sysconfig/docker the ADD_REGISTRY='--add-registry registry.access.redhat.com' is already set and even then the registry is not getting considered for pulling the RHEL 7 image. I think the cluster registry pull through logic is not respecting that value. For now the workaround is just specify it explicitly in their FROM Version-Release number of selected component (if applicable): Openshift Enterprise 3.2.0 How reproducible: Always. Actual results: Expected results: Additional info:
Based on [1] I'm closing this as won't fix. There are at least two possible workarounds, which are recommended more than the requested fix: 1. create image stream 2. specify full pullspec [1] https://github.com/openshift/origin/pull/10637#issuecomment-242406054