-
Notifications
You must be signed in to change notification settings - Fork 486
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
Upgrade docker images to ubuntu mantic #5537
Conversation
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.
LGTM. Does the new image update all tools to the correct versions we wanted? Then let's get this merged.
Does trivy have definitions for mantic yet? I'm building and testing locally to verify. |
I am not getting valid scans on
I'm not sure we can update till that tool gives valid results. |
I am also unable to scan Ubuntu 23.10 with Trivy:
I raised a PR for Trivy to support it. We can retry after it is merged. But tbh I'm not sure why we don't just use the latest Ubuntu LTS - 22.04. |
@ptodev this should be good to go since that has merged. If you can fix the conflicts, we can merge this. |
Also, remove the "apt-get upgrade -y" because it makes our docker builds more non-deterministic.
07a4ea3
to
26027cd
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.
Looks like it's had some eyes on this, I'm going to merge this.
cc @ptodev @captncraig I'm going ahead to merge this since the Trivy PR was merged. Let's keep an eye out on main builds just in case. |
PR Description
Upgrading our docker files to ubuntu mantic.
Also, this PR removes the
apt-get upgrade -y
because it makes our docker builds more non-deterministic.Notes to the Reviewer
apt-get upgrade -y
was introduced recently as a temporary measure to make sure we are not using a particular library which had a known vulnerability.PR Checklist