mcarlett commented on PR #21990: URL: https://github.com/apache/camel/pull/21990#issuecomment-4055999311
thanks @squakez I didn't know that in the past there were those files, but so I'm wondering why if we generate the Quarkus application using `quarkus-maven-plugin` (`create` goal) those file are generated. Moreover the currently generated Dokerfile is not working, it is like: ``` COPY --chown=185 target/cheese-0.0.1.jar /deployments/ # Uncomment to expose any given port # EXPOSE 8080 USER 185 # Uncomment to provide any Java option # ENV JAVA_OPTS="" ENV JAVA_APP_JAR="/deployments/cheese-0.0.1.jar" ENTRYPOINT [ "/opt/jboss/container/java/run/run-java.sh" ] ``` but the jar it uses is not a fat-jar and it doesn't work. So it is a little bit misleading to have this resource -- 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]
