Reputation: 170
I have application deployed in openshift, I have been multiple WAR deployment till date. But today when I try to deploy a new war into openshift 3, I got below error.
The ImageStreamTag "jboss-webserver31-tomcat8-openshift:latest" is invalid: from: Error resolving ImageStreamTag jboss-webserver31-tomcat8-openshift:latest in namespace openshift: unable to find latest tagged image
It seems this image has been deleted if so then how could I deploy on same pod?
Upvotes: 3
Views: 2906
Reputation: 170
I found the solution for this problem.
You need to change the image name of the build.
Happy Hunting.
Upvotes: 1