-
Notifications
You must be signed in to change notification settings - Fork 159
Fix for CVEs #1162
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
Fix for CVEs #1162
Conversation
Skipping CI for Draft Pull Request. |
/ok-to-test |
/assign @msau42 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary, sunnylovestiramisu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I think we need those dependencies? That's what makes distroless work. |
90babfb
to
4ac7dae
Compare
/lgtm |
4c79431
to
56d1880
Compare
/lgtm |
56d1880
to
6e22864
Compare
/retest |
6e22864
to
31aaa0d
Compare
/lgtm |
…k-of-#1162-upstream-release-1.9 Automated cherry pick of #1162: Fix for CVEs
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fix for CVE-2022-4450, CVE-2022-2097, CVE-2023-0286, CVE-2023-0215, CVE-2022-4304
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Kubernetes stopped creating new buster images, they've all moved to bullseye now. The recommended update is:
gcr.io/gke-release/debian-base:bullseye-v1.4.3-gke.0
or gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0
On buster it is
/lib/x86_64-linux-gnu/libblkid.so.1
but on bullseye is/usr/lib/x86_64-linux-gnu/libblkid.so.1
. See release noteDoes this PR introduce a user-facing change?: