I have been trying to deploy a war file as an OpenShift project. The server used is jboss-webserver30-tomcat8. I have followed the below steps -
- Put ROOT.war file under 'deployments' directory in local system.
- Upload the changes in github.
- Create a new JAVA project in OpenShift 3 and provide the github repository details.
No automatic build or deployment starts. On manually clicking on Start Build button, the below error is displayed:
An error occurred while starting the build. Reason: Error resolving ImageStreamTag jboss-webserver30-tomcat8-openshift:1.2 in namespace openshift: unable to find latest tagged image
Please suggest how can I resolve the error.