hat follows the OpenShift guidelines [0].
>
> Thanks,
> Michael
>
> [0]
> https://docs.openshift.com/container-platform/3.11/creating_images/guidelines.html#openshift-specific-guidelines
>
>
> On Tue, Aug 29, 2023 at 5:33 AM asn wrote:
> >
> > Hi dev,
>
Hi dev,
Currently, pulsar image uses root group default. To make the image more
safe, we can add a group `pulsar`, and then add the default user `pulsar`
into this group.
The change is located at https://github.com/apache/pulsar/pull/21084
Thanks!
yaalsn
Dave
>
> Sent from my iPhone
>
> > On Jun 29, 2023, at 9:41 PM, asn wrote:
> >
> > Hi, everyone
> >
> > Since this PR cherry-picked to branch-2.11, the Docker image build
> failed.
> > The reason is this script `
> >
> https://github.com/apache
Hi, everyone
Since this PR cherry-picked to branch-2.11, the Docker image build failed.
The reason is this script `
https://github.com/apache/pulsar/blob/branch-2.10/docker/pulsar/scripts/install-pulsar-client.sh`,
ubuntu 20.04 python version is 3.8, but 22.04 python version is 3.10.
Furthermore,
Hi,
IMO, code coverage is not just a number, 50% or 70% makes no sense except
to let us feel that we have more confidence. So what is really important? I
think it is the *coverage* itself, we need to see where we need to write
tests in the future based the result because only if we have this data,