-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 fluentd-gcp addon to 1.25.2 #41863
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED The following people have approved this PR: ixdy Needs approval from an approver in each of these OWNERS Files: We suggest the following people: |
@@ -20,7 +20,7 @@ | |||
# scope and that the Logging API has been enabled for the project | |||
# in the Google Developer Console. | |||
|
|||
FROM gcr.io/google_containers/ubuntu-slim:0.4 | |||
FROM gcr.io/google_containers/ubuntu-slim:0.4.1 |
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.
How does ubuntu-slim:0.4.1
differ from ubuntu-slim:0.6
?
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.
0.4.1 is based off https://github.com/kubernetes/contrib/blob/cd4501bdeef07db42f4856987b02f953c32885f3/images/ubuntu-slim/Dockerfile.build.
0.6 is based off https://github.com/kubernetes/ingress/blob/d002ca2f5ed08e8cf8756acae7329aa2ba536cc5/images/ubuntu-slim/Dockerfile.build
It looks like the main difference is that 0.6 doesn't delete bash. So we could probably switch to 0.6 fairly safely.
0.7 removes even more stuff, which makes it a bit riskier IMO.
That's a mistake, you can leave only |
e38821a
to
3d306c4
Compare
OK, I've updated the |
Thanks! LGTM |
/lgtm |
@timstclair: you can't LGTM a PR unless you are an assignee. In response to this comment:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
merging since all green |
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Automatic merge from submit-queue Update to fluentd-gcp:1.25.3, rebased on ubuntu-slim:0.8 **What this PR does / why we need it**: another rehash of #41863 and #39705 - rebasing the fluentd-gcp image to fix CVEs in upstream dependencies. Fixes the following CVEs: * CVE-2016-5417 (MEDIUM) * CVE-2016-6323 (MEDIUM) * CVE-2016-1234 (MEDIUM) * CVE-2016-4429 (HIGH) * CVE-2016-3706 (MEDIUM) * CVE-2017-6507 (MEDIUM) **Special notes for your reviewer**: fliuentd-gcp:1.25.3 is **not yet pushed**. **Release note**: ```release-note ``` /assign @crassirostris /cc @timstclair
What this PR does / why we need it: creates a new version of the
fluentd-gcp
image based on the1.25
version, with newer upstream dependencies pulled in. Same basic idea as #39705.The definition for
1.21.2
comes from #41862. I'm not sure whyrelease-1.4
uses two different versions offluentd-gcp
.cc @timstclair
Release note: