admin管理员组文章数量:1327824
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 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"
Share Improve this question asked Jun 18, 2018 at 19:08 sdfsdfsdfsdf 5,62010 gold badges48 silver badges80 bronze badges 8-
Can you include the actual logs from running
oc logs build/thebuildname
, replacingthebuildname
with the actual value? Better that can see the whole output for context. – Graham Dumpleton Commented Jun 18, 2018 at 23:57 - When I try to download the oc mand, I get "Active Subscription Required". I would prefer not to pay to download the mand. docs.openshift./enterprise/3.1/cli_reference/… – sdfsdf Commented Jun 19, 2018 at 5:20
- Did you install OpenShift Origin, or OpenShift Container Platform? If using OpenShift Origin you should not be trying to access the images from Red Hat registry for OCP, use the Origin images from Docker Hub. – Graham Dumpleton Commented Jun 20, 2018 at 3:00
- Unfortunate I thought Open Shift was one thing by itself. I did not install anything, but I have an application on an Open Shift dashboard, so I think I am using Red Hat OpenShift Container Platform – sdfsdf Commented Jun 20, 2018 at 3:24
- 2 Hi, have you first tried to do something like oc create imagestream ? – pixie Commented Aug 10, 2018 at 16:42
1 Answer
Reset to default 7I 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 remended, try to run
oc create imagestream <imagestream name from build config>
and see if it helps with your build.
本文标签:
版权声明:本文标题:javascript - Red Hat OpenShift: cannot builddeploy node app because "Output image could not be resolved" - Sta 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742225767a2436285.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论