Deploying with eap73-openjdk11-* template will deploy eap73-openjdk8 image
Issue
When EAP7.3 container deploying by the following commands, the EAP7.3 image based on OpenJDK8 will be deployed instead of based on OpenJDK11.
$ oc new-app --template eap73-openjdk11-basic-s2i -p APPLICATION_NAME=<your-app-name> -p SOURCE_REPOSITORY_URL=<your-git-repo-url> -p SOURCE_REPOSITORY_REF=<git branch> -p CONTEXT_DIR=<Path within Git project to build>
$ oc logs <app-pod-name>
...
INFO Running jboss-eap-7/eap73-openjdk8-runtime-openshift-rhel7 image, version 7.3.0
...
Environment
- JBoss EAP for OpenShift Container Platform
- 7.3.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.