Available entrypointStyle options not working with OpenShift-certified Java images #496
Labels
status/need-feedback
Calling participant to provide feedback
Milestone
We are trying to deploy Spring Cloud Data Flow in OpenShift 4, which is a Kubernetes-certified platform. However, we found out that, currently, none of the entrypoint styles available work with our Java images created with Red Hat S2I (Source-to-Image).
Specifically, we are using the ubi8/openjdk-17 builder image. As you can see in the following excerpt, there is a default CMD instruction in the Dockerfile, but no ENTRYPOINT.
Let's now review the problems we have with the entrypoint styles:
As a workaround, we suggest:
We made local modifications in the source code, and now can start our Java image with any of the 3 styles. If you wish, we can contribute the changes with a PR, for you to review.
The text was updated successfully, but these errors were encountered: