-
Notifications
You must be signed in to change notification settings - Fork 63
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
[#1044] Update docker image base version latest minimal image #1045
Conversation
Is it possible to switch to the ubi8/ubi-minimal image? https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8?container-tabs=overview |
e22fdbf
to
62de9d9
Compare
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.
Using ubi8-minimal should reduce the size of the container image and the surface for security issues.
96c567c
to
0cabfeb
Compare
@kevinfrommelt your commit to update the base image to registry.access.redhat.com/ubi8:8.10-1088 is ready to be merged Updating the base image to ubi8-minimal is a bigger change and it requires more checks. I'll do those checks the next week. In the meantime, if it is urgent you could create another PR with only the commit to update the base image to registry.access.redhat.com/ubi8:8.10-1088 so I can trigger another release after merging it. |
@brusdev Makes sense, I can wait. Our security scanner flagged several python packages (ex. setuptools, urllib, etc) with CVEs in the ubi8 image and many of those are still present in the latest ubi8. |
@kevinfrommelt your change LGTM, can you squash your commits into one commit? |
0cabfeb
to
40325d7
Compare
@brusdev Yep. All set. |
@kevinfrommelt thanks for your contribution. |
Update docker image base version to latest minimal image (
ubi8-minimal:8.10-1086
)