michaeljmarshall commented on pull request #11951: URL: https://github.com/apache/pulsar/pull/11951#issuecomment-914646154
@MMirelli - can you help me understand why this change is necessary? In the 2.8.0 image, permissions look correct, and I am not finding any changes that should have introduced the regression you're seeing. Thanks. ```shell mmarshall-rmbp16:pulsar michaelmarshall$ docker run -it --entrypoint bash apachepulsar/pulsar:2.8.0 root@aac8f48fb859:/pulsar# ls -al bin/ total 112 drwxr-xr-x 3 root root 4096 Jun 15 07:48 . drwxr-xr-x 1 root root 4096 Jun 15 07:48 .. -rwxr-xr-x 1 root root 3060 Jun 12 04:27 apply-config-from-env-with-prefix.py -rwxr-xr-x 1 root root 3117 Jun 12 04:27 apply-config-from-env.py -rwxr-xr-x 1 root root 6966 Jan 22 2020 bookkeeper -rwxr-xr-x 1 root root 5361 Jan 22 2020 function-localrunner -rwxr-xr-x 1 root root 3267 Jun 12 04:27 gen-yml-from-env.py -rwxr-xr-x 1 root root 1686 Jun 12 04:27 generate-zookeeper-config.sh -rwxr-xr-x 1 root root 925 Jun 12 04:27 install-pulsar-client-37.sh drwxr-xr-x 2 root root 4096 Jan 22 2020 proto -rwxr-xr-x 1 root root 16177 Jan 22 2020 pulsar -rwxr-xr-x 1 root root 1073 Jan 22 2020 pulsar-admin -rwxr-xr-x 1 root root 3495 Jan 22 2020 pulsar-admin-common.sh -rwxr-xr-x 1 root root 3542 Jan 22 2020 pulsar-client -rwxr-xr-x 1 root root 5838 Jan 22 2020 pulsar-daemon -rwxr-xr-x 1 root root 11590 Jan 22 2020 pulsar-managed-ledger-admin -rwxr-xr-x 1 root root 6091 Jan 22 2020 pulsar-perf -rwxr-xr-x 1 root root 970 Jun 12 04:27 pulsar-zookeeper-ruok.sh -rwxr-xr-x 1 root root 2911 Jun 12 04:27 watch-znode.py ``` -- 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]
