Running oc new-app on an Image in a Sonatype Nexus Repo Gives "missing signature key"
Issue
- I was able to pull using docker pull successfully
- Why is oc new-app not able to pull the image?
- Appears to be a manifest difference issue
$ oc new-app --name=testservice https://github.com/example/demo --insecure-registry=true -o yaml
error: can't look up Docker image repo.example.org:9091/jdk-1.8.0.45:1.0": Internal error occurred: missing signature key
error: no match for "repo.example.org:9091/jdk-1.8.0.45:1.0"
- Able to use image pull secrets to pull from a Sonatype Nexus Repo using insecure connection with authentication
Environment
- OpenShift Container Platform
- 3.3.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
