ricardozanini opened a new issue, #2723: URL: https://github.com/apache/incubator-kie-tools/issues/2723
When running any flavor of Data Index image on OCP, we got: ```shell exec: \"/home/kogito/kogito-app-launch.sh\": stat /home/kogito/kogito-app-launch.sh: permission denied" ``` Here's the current permissions on the image: ``` ls -la total 36 drwxrwx--- 5 kogito kogito 4096 Nov 4 16:38 . drwxr-xr-x 1 root root 4096 Nov 4 16:38 .. -rw-r--r-- 1 kogito kogito 18 Feb 10 2024 .bash_logout -rw-r--r-- 1 kogito kogito 141 Feb 10 2024 .bash_profile -rw-r--r-- 1 kogito kogito 376 Feb 10 2024 .bashrc drwxr-xr-x 3 root root 4096 Nov 4 16:38 bin drwxr-xr-x 3 root root 4096 Nov 4 16:38 data -r-xr-xr-x 1 root root 1961 Nov 4 16:38 kogito-app-launch.sh drwxr-xr-x 2 root root 4096 Nov 4 16:38 launch ``` For a comparison of what works for the Jobs Service image: ``` ls -la total 32 drwxrwx--- 4 kogito root 4096 Nov 4 14:34 . drwxr-xr-x 1 root root 4096 Nov 4 14:34 .. -rw-rw-r-- 1 kogito root 18 Feb 10 2024 .bash_logout -rw-rw-r-- 1 kogito root 141 Feb 10 2024 .bash_profile -rw-rw-r-- 1 kogito root 376 Feb 10 2024 .bashrc drwxrwxr-x 3 kogito root 4096 Nov 4 14:34 bin -rwxrwxr-x 1 kogito root 1891 Nov 4 14:34 kogito-app-launch.sh drwxrwxr-x 2 kogito root 4096 Nov 4 14:35 launch ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
