caigy commented on issue #110:
URL: 
https://github.com/apache/rocketmq-operator/issues/110#issuecomment-1183869535

   @ccctask @suuugeee Please try replacing `USER 65532:65532` with `USER 
root:root`, rebuild image and then check if `/manager` can be found. IMO 
`/manager` should exists in operator container (else the docker building would 
fail), it's probably that this file just can't be shown for privilege problems. 
   
   In my environment, `/manager` belongs to user `root`:
   ```sh
   # docker run -it --entrypoint /bin/sh 
apacherocketmq/rocketmq-operator:0.3.0-snapshot
   / $ ls -al
   total 49456
   drwxr-xr-x    1 root     root          4096 Jul 14 01:44 .
   drwxr-xr-x    1 root     root          4096 Jul 14 01:44 ..
   -rwxr-xr-x    1 root     root             0 Jul 14 01:44 .dockerenv
   drwxr-xr-x    1 root     root          4096 Jul 12 05:01 bin
   drwxr-xr-x    5 root     root           360 Jul 14 01:44 dev
   drwxr-xr-x    1 root     root          4096 Jul 14 01:44 etc
   drwxr-xr-x    1 root     root          4096 Jul 12 05:02 home
   drwxr-xr-x    1 root     root          4096 May 11  2019 lib
   -rwxr-xr-x    1 root     root      50576568 Jul 12 05:00 manager
   drwxr-xr-x    5 root     root          4096 May  9  2019 media
   drwxr-xr-x    2 root     root          4096 May  9  2019 mnt
   drwxr-xr-x    2 root     root          4096 May  9  2019 opt
   dr-xr-xr-x  193 root     root             0 Jul 14 01:44 proc
   drwx------    1 root     root          4096 Jul 12 05:40 root
   drwxr-xr-x    2 root     root          4096 May  9  2019 run
   drwxr-xr-x    2 root     root          4096 May  9  2019 sbin
   drwxr-xr-x    2 root     root          4096 May  9  2019 srv
   dr-xr-xr-x   13 root     root             0 Jul 14 01:44 sys
   drwxrwxrwt    2 root     root          4096 May  9  2019 tmp
   drwxr-xr-x    1 root     root          4096 May 11  2019 usr
   drwxr-xr-x    1 root     root          4096 May  9  2019 var
   ```


-- 
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