-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bump KFP Controller Python image #414
Conversation
The CI keeps on failing, so not a transient error. I see the following: Logs
Could this be related to kubernetes/kubectl#1169, considering we see a |
Giving it a pass with self-hosted runners. I'm still hitting the issue of Looking into it. |
7248c7b
to
f31f4d1
Compare
603bd67
to
4108b18
Compare
Reverted everything and rebased on top of latest branch, that included the patch to increase the CI runner space |
b5b87a8
to
c445dd6
Compare
3d0ffcf
to
6f4edf2
Compare
The KFP Profile Controller is using Python 3.7 which has 7 Critical CVEs. Updating the image to a newer version to reduce the number of CVEs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kimwnasptd
6f4edf2
to
5be3abd
Compare
The KFP Profile Controller is using Python 3.7 which has 7 Critical CVEs. Updating the image to a newer version to reduce the number of CVEs.
I tested the above image on upstream KF and
In the PR I also used the alpine flavor as it's not based on Debian, since alpine is more focused on security. The image also has significantly less CVEs reported on DockerHub compared to the debian based one
https://hub.docker.com/layers/library/python/3.11.9-alpine/images/sha256-3912f7fe31112ee0f747848328e1a2b225a3aad18d0800bac6e13042642fd202?context=explore
https://hub.docker.com/layers/library/python/3.11.9/images/sha256-106b12f51f3e577da3f1a230db914951e0a75402ed49eaeba391312ba1e3289b?context=explore