- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3k
Closed
Labels
Milestone
Description
Description
Quarkus has a hard-coded list of base S2I images known to use the run-java.sh mechanism: https://github.com/quarkusio/quarkus/blob/1.5.1.Final/extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iBaseJavaImage.java#L11-L19
This list doesn't include the Red Hat OpenJ9 images, which makes for a sub-par experience.
Implementation ideas
Just add the known OpenJ9 images to the S2iBaseJavaImage enum:
- https://catalog.redhat.com/software/containers/openj9/openj9-8-rhel7/5ddfdbf75a13461646f8171a
- https://catalog.redhat.com/software/containers/openj9/openj9-11-rhel7/5ddfdb26dd19c71643b652d5
- https://catalog.redhat.com/software/containers/openj9/openj9-8-rhel8/5ddfdbb8bed8bd164a0b1fa1
- https://catalog.redhat.com/software/containers/openj9/openj9-11-rhel8/5ddfdb765a13461646f816f0