I have linked my GitHub repo to an OpenShift app, added the main property and start script to the package.json, but under Builds, it says "Status: Output image could not be resolved. Started: not started"
I was running into the exact same error message. It turns out I had all my OpenShift resources in place except the ImageStream to store the build output images into. Like @pixie recommended, try to run
oc create imagestream <imagestream name from build config>
and see if it helps with your build.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With