-
I used the openshift extension to deploy my app to OpenShift via an S2I binary build. The app is up and running and My challenge is I can't seem to connect a remote debugger to it. I can't seem to get the pod to run in debug. I've tried lots of combinations of environment variables/arguments, but nothing works. Here's what I've tried:
The Quarkus OpenShift config says that the base jvm image is Is this a Quarkus issue? An issue with the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I would suggest opening a terminal in the pod and see what env vars have been set. Theoretically having |
Beta Was this translation helpful? Give feedback.
-
This looks like its been resolved now (I closed #23765). The The latest code.quarkus.io also generates a different |
Beta Was this translation helpful? Give feedback.
This looks like its been resolved now (I closed #23765).
The
DeploymentConfig
no longer specified thecommand
.The latest code.quarkus.io also generates a different
Dockerfile
- one that's based on the OpenJDK image and does not override theENTRYPOINT
.