-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using ubi9/python-311 as a base image #99
Comments
We have moved from the UBI images, see #85. The change was done at a time when there was no UBI Python 3.11 image. |
Hi @ogajduse, the biggest benefit of using redhat UBI is security. |
@apodhrad Can you please elaborate more? Security is a wide term. What are the specific security concerns here? |
I'm not any security expert but these 2 things come to my mind
These risks are the reason why we should use the most security options (like redhat UBI) in all tools we use. We should always keep the security in mind - no matter if is a product or infrastructure. |
@apodhrad could you please point me to an article or something describing the CVEs you've mentioned? If there are such critical issues in Fedora container images, I think we should dedicate some time and effort to fixing them. |
I'm not aware of any such CVEs and I hope they are not in any distribution. But it is a potential risk. This task is not about describing such risks - I have mentioned that as an example. I find it beneficial to use RedHat UBI - the security was one of the reason. It is publicly available so I don't see any reason not to use it. |
We can switch to UBI images. There is no issue with that. The only thing that I think would make us switch back to Fedora would be the need for running cloudwash on a new Python version that will not be present in RHEL at the moment. @apodhrad Feel free to make the switch. I do not have a strong opinion. @frenzymadness Thanks for chiming in! |
@apodhrad @ogajduse @frenzymadness Nice discussions! BTW we did see some vulnerabilities in the past with cloudwash container images but not sure its related to Fedora image. Today we have pushed a new release and container image in the quay and it shows everything green meaning no vulnerabilities in the image. So for now everything seems to be good with fedora image and agree with the point fedora always provides the latest image faster when available. |
@apodhrad I will still keep the issue open and if we see any issues in the feature we can rethink about your proposal , or else close it ! |
I just want to clear up the uncertainty here. These vulnerabilities that @jyejare is talking about were coming from wrapanapi which had its requirements fixed to unpatched versions of dependencies or its dependencies did not release a fix for these CVEs last time we checked the security scan on Quay. |
Currently, there is
I suggest to change it to
The text was updated successfully, but these errors were encountered: