Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-18 Thread Zike Yang
Hi, Enrico, > On the other side we should not encourage people to use 'latest' in production as because it is by design unpredictable. Agree. Fortunately, for the current document, we don't encourage people to use 'latest', We specify the specific version when starting the Pulsar docker in the do

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-12 Thread Enrico Olivelli
The first option is better, as it allows people to try out the latest features and hopefully it is more stable. On the other side we should not encourage people to use 'latest' in production as because it is by design unpredictable. Let's day that you have a system that had been running for a year

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-11 Thread Zike Yang
Hi, penghui > Is it better to introduce a `lts` or `lts-latest` tag to the images? Good idea. I would prefer the `lts` tag. I have updated the PR for this. Thanks, Zike Yang On Tue, Dec 12, 2023 at 11:43 AM PengHui Li wrote: > > +1 for the first way. > > Is it better to introduce a `lts` or `l

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-11 Thread PengHui Li
+1 for the first way. Is it better to introduce a `lts` or `lts-latest` tag to the images? Users can use the new tag if they want to get the latest LTS version. Thanks, Penghui On Tue, Dec 12, 2023 at 10:09 AM Zike Yang wrote: > Thanks to all of you. > > I believe we have reached an agreement

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-11 Thread Zike Yang
Thanks to all of you. I believe we have reached an agreement on this. Could you help review the PR? https://github.com/apache/pulsar-site/pull/745 Thanks, Zike Yang On Thu, Dec 7, 2023 at 12:11 PM Zixuan Liu wrote: > > Hi Zike, > > > I prefer the 1st way as well. > +1 > > Thanks, > Zixuan > > Y

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-06 Thread Zixuan Liu
Hi Zike, > I prefer the 1st way as well. +1 Thanks, Zixuan Yunze Xu 于2023年12月5日周二 20:26写道: > I prefer the 1st way as well. > > Thanks, > Yunze > > On Tue, Dec 5, 2023 at 5:11 PM Zike Yang wrote: > > > > Hi, everyone, > > > > There seems to be a gap in our current release process concerning th

Re: [DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-05 Thread Yunze Xu
I prefer the 1st way as well. Thanks, Yunze On Tue, Dec 5, 2023 at 5:11 PM Zike Yang wrote: > > Hi, everyone, > > There seems to be a gap in our current release process concerning the > pushing of the latest tag to our Docker images. Specifically, we need > to decide which version of Pulsar the

[DISCUSS] Strategy for pushing the latest tag to Pulsar docker images

2023-12-05 Thread Zike Yang
Hi, everyone, There seems to be a gap in our current release process concerning the pushing of the latest tag to our Docker images. Specifically, we need to decide which version of Pulsar the latest tag should point to. I have come up with two options: 1. The latest tag could point to the most re