lsergio opened a new issue, #5759: URL: https://github.com/apache/camel-k/issues/5759
### What happened? After creating an Integration that uses Spectrum, the Integration pod fails to start with the error: ``` Error: Could not find or load main class io.quarkus.bootstrap.runner.QuarkusEntryPoint Caused by: java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint ``` Inspecting the Integration image I see that all files are owned by root. This seems to be a similar case to https://github.com/apache/camel-k/issues/4955. I know that Spectrum is deprecated and I'm using Jib, but my goal here is to check If I'm able to reproduce https://github.com/apache/camel-k/issues/5758 with Spectrum as well. ### Steps to reproduce _No response_ ### Relevant log output _No response_ ### Camel K version 2.4.0 -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org