Description of problem: I am unable to deploy an application from a private docker hub image. The image stream can correctly read the image (as it gets the image metadata), but the deployment fails. Version-Release number of selected component (if applicable): v3.9.31 How reproducible: Steps to Reproduce: oc secrets new my-dockerhub-secret .dockerconfigjson=/root/.docker/config.json oc secrets add sa/default secrets/my-dockerhub-secret --for=pull oc new-app --docker-image <registry>/image:tag Actual results: I get the following error: Warning Failed 24s (x3 over 1m) kubelet, node.my.org.co Failed to pull image "docker.io/myorg/myimage@sha256:5d7....f4": rpc error: code = Unknown desc = repository docker.io/myorg/myimage not found: does not exist or no pull access Expected results: A successful deployment. Additional info:
If you have an image stream, why don't you use a image stream change trigger for the deployment config? (Or alternatively you can oc set image).
Were reported: Bug 1561989 (3.10) Bug 1600539 (3.9)
If a bug has been reported, does this mean a fix can be expected?
Looks like the Dev for the Bug 1600539 could give the info.
I'm closing this as a duplicate of Bug 1600539. *** This bug has been marked as a duplicate of bug 1600539 ***