lsergio commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1836607564
@squakez I checked the container and the artifacts are there. However, to be able to be see them, I had to edit the generated deployment and change the securityContext from: `securityContext: {}` to ``` securityContext: runAsUser: 0 ``` And the list of files shows me: ``` ./dependencies/app: total 4 -rw-r--r-- 1 root root 2658 Dec 1 16:48 camel-k-integration-2.1.0.jar ./dependencies/lib: total 24 drwxr-sr-x 2 root root 4096 Dec 1 16:48 boot drwxr-sr-x 2 root root 16384 Dec 1 16:48 main ./dependencies/lib/boot: total 1708 -rw-r--r-- 1 root root 9341 Dec 1 16:48 io.github.crac.org-crac-0.1.3.jar -rw-r--r-- 1 root root 43387 Dec 1 16:48 io.quarkus.quarkus-bootstrap-runner-3.2.6.Final.jar -rw-r--r-- 1 root root 45294 Dec 1 16:48 io.quarkus.quarkus-development-mode-spi-3.2.6.Final.jar ``` (the list was truncated, as it was too long) And after this change the integration also starts successfully. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org