Re: Docker images and security vunerabilities

2021-08-12 Thread Michael Marshall
> The only downside will be for users that are using the BK docker image as > base image, as Ubuntu is very different from Centos and so consumers of the > image will have to do some work while upgrading. How much work would need to be done? Are you just referring to the tooling that exists in the

Re: Docker images and security vunerabilities

2021-08-12 Thread Ivan Kelly
How did it end up on centos in the first place? +1 for moving to ubuntu. -Ivan On Thu, Aug 12, 2021 at 1:03 PM Enrico Olivelli wrote: > > Hello folks, > I have found a PR [1] that is about upgrading the base image to Centos 8 > because the Centos 7 image has some reported vulnerabilities. > > I

Docker images and security vunerabilities

2021-08-12 Thread Enrico Olivelli
Hello folks, I have found a PR [1] that is about upgrading the base image to Centos 8 because the Centos 7 image has some reported vulnerabilities. I believe that upgrading to Centos 8 could be fine, but it is not enough to cover this kind of problem. In the Apache Pulsar community we recently sw