gnodet commented on PR #21990:
URL: https://github.com/apache/camel/pull/21990#issuecomment-4088496704

   Reworked the approach based on @squakez's 2-layer suggestion:
   
   **Layer 1 (Camel Dockerfile):** Configure Quarkus to produce an uber-jar 
(`quarkus.package.jar.type=uber-jar` in the POM template), so it outputs a 
single fat jar just like camel-main and Spring Boot. The generic `Dockerfile` 
template works as-is — no runtime-specific Dockerfile needed for JVM mode.
   
   **Layer 2 (Quarkus Dockerfiles):** Copy `Dockerfile.native` and 
`Dockerfile.native-micro` for users who want native compilation.
   
   Removed `Dockerfile.jvm` and `Dockerfile.legacy-jar` since the generic 
Dockerfile now covers JVM mode.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to