Skip to content

Commit

Permalink
Fix camel-quarkus container image not launching
Browse files Browse the repository at this point in the history
Workaround applied for the issue:
quarkusio/quarkus#39022
  • Loading branch information
tadayosi committed Feb 27, 2024
1 parent 8c74e7e commit 513ded2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camel-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<quarkus.jib.jvm-additional-arguments>
-javaagent:lib/main/org.jolokia.jolokia-agent-jvm-${jolokia-version}-javaagent.jar=protocol=${jolokia.protocol}\,host=${jolokia.host}\,port=${jolokia.port}\,useSslClientAuthentication=${jolokia.useSslClientAuthentication}\,caCert=${jolokia.caCert}\,clientPrincipal.1=${jolokia.clientPrincipal.1}\,extendedClientCheck=${jolokia.extendedClientCheck}\,discoveryEnabled=${jolokia.discoveryEnabled}
</quarkus.jib.jvm-additional-arguments>
<!-- Workaround for https://github.com/quarkusio/quarkus/issues/39022 -->
<quarkus.jib.environment-variables.JAVA_APP_DIR>/home/jboss</quarkus.jib.environment-variables.JAVA_APP_DIR>
<!--
This is the requirement of "hawtio-enabled" deployments. A container needs
to have a port named "jolokia".
Expand Down

0 comments on commit 513ded2

Please sign in to comment.