CentOS / sig-cloud-instance-images

CentOS cloud images
781 stars 564 forks source link

will there a new centos 7 image with the security issues fixed? #186

Open yangshenhuai opened 3 years ago

yangshenhuai commented 3 years ago

hi , we are using centos:centos7.9.2009 as our base image. and we have find some security issues is releated to the centos using jfrog. for example Rhsa-2020:5566: openssl security update (important) and from the dockerhub, seems the latest tag for the centos 7 is almost 6 month ago? so I'd like to know will there a new centos 7 that include latest security issue fixing?

huangsen365 commented 3 years ago

I think you can just build your own image based on current version, Adding "RUN yum update -y" into Dockerfile will patch the image.