Re: Setting up personal Pulsar CI for reducing load on apache/pulsar CI

2021-03-21 Thread Lari Hotari
On Fri, Mar 19, 2021 at 10:52 PM Enrico Olivelli wrote: > Here it is > https://github.com/apache/pulsar/issues/9982 > > Here's a PR to address pull requests in draft status: https://github.com/apache/pulsar/pull/9994 Unfortunately, it's not possible to disable builds completely for PRs in draft

[GitHub] [pulsar-helm-chart] lhotari opened a new issue #110: Pulsar proxy fails to start with pulsar Docker image that uses non-root user

2021-03-21 Thread GitBox
lhotari opened a new issue #110: URL: https://github.com/apache/pulsar-helm-chart/issues/110 ### Problem There's a permission issue in pulsar-proxy when using a Docker image that uses a non-root user. The 2.8.0-SNAPSHOT Pulsar docker images use a non-root user. This change was ma

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on issue #110: Pulsar proxy fails to start with pulsar Docker image that uses non-root user

2021-03-21 Thread GitBox
michaeljmarshall commented on issue #110: URL: https://github.com/apache/pulsar-helm-chart/issues/110#issuecomment-803793674 I proposed the following solution in https://github.com/apache/pulsar/pull/8796#issuecomment-802923466. It's copied here: > I think the easiest way to preven