apache / pulsar-manager

Apache Pulsar Manager
https://pulsar.apache.org/
Apache License 2.0
521 stars 246 forks source link

Pulsar Manager runs with root user #553

Open mmorel-35 opened 9 months ago

mmorel-35 commented 9 months ago

Would it be possible to provide a rootless Docker image to run the pulsar manager ?

lhotari commented 9 months ago

Would it be possible to provide a rootless Docker image to run the pulsar manager ?

That would be useful. @mmorel-35 do you have a chance to contribute it? The Apache Pulsar rootless Docker image is a good starting point: https://github.com/apache/pulsar/blob/master/docker/pulsar/Dockerfile

Pulsar Manager currently uses a special solution for running multiple processes in the container with supervisord. I'm not sure what would be needed to run it in rootless mode.