-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update base image to pass security scans #502
Conversation
Update the base image with a dnf update (need to excluse ansible because ansible updates aren't compatible with the current build). This keeps packages up to date to allow the resulting image to pass registry security scans at the expence of image size.
Opening this PR in draft mode primarily to start discussion. Is this something we should implement across our Dockerfiles upstream? |
Co-authored-by: Chris Sibbitt <csibbitt@redhat.com>
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.
Looks good, I would only like to see some notes adding more context to this line (for future reference), thanks!
This change depends on a change that failed to merge. Change infrawatch/smart-gateway-operator#148 is needed. |
This change depends on a change that failed to merge. Change infrawatch/smart-gateway-operator#148 is needed. |
Removed the |
Update the base image with a dnf update (need to excluse ansible because
ansible updates aren't compatible with the current build). This keeps
packages up to date to allow the resulting image to pass registry
security scans at the expence of image size.