-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
JWS 3.1.0 SP5 GA
-
None
In the documentation of Red Hat JBoss Web Server for Openshift - Red Hat JBoss Web Server 3.1 [1] is used continually the jboss-webserver OpenShift imagestream without tag. Then, it is going to try to use the imagestream with the latest version and the latest tag doesn't exist giving an error if you follow the examples of the documentation.
If you are using OpenShift Cloud Platform 3.11, the imagestreams:
- jboss-webserver30-tomcat7-openshift
- jboss-webserver30-tomcat8-openshift
- jboss-webserver31-tomcat7-openshift
- jboss-webserver31-tomcat8-openshift
They don't have the tag latest, as you can see below from the output of the command below:
$ oc get is -n openshift | grep ^jboss-webserver
jboss-webserver30-tomcat7-openshift docker-registry.default.svc:5000/openshift/jboss-webserver30-tomcat7-openshift 1.3,1.1,1.2 3 weeks ago
jboss-webserver30-tomcat8-openshift docker-registry.default.svc:5000/openshift/jboss-webserver30-tomcat8-openshift 1.1,1.2,1.3 3 weeks ago
jboss-webserver31-tomcat7-openshift docker-registry.default.svc:5000/openshift/jboss-webserver31-tomcat7-openshift 1.0,1.1,1.2 3 weeks ago
jboss-webserver31-tomcat8-openshift docker-registry.default.svc:5000/openshift/jboss-webserver31-tomcat8-openshift 1.0,1.1,1.2 3 weeks ago