-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: <carry>: ensure hijackedConn implements CloseWrite function #18883
UPSTREAM: <carry>: ensure hijackedConn implements CloseWrite function #18883
Conversation
@derekwaynecarr @mrunalp we need to decide if we think this is critical for 3.9. S2I was still using docker-engine in 3.9 so it is not vulnerable to the bug, what we aren't sure of is whether any other aspect of origin/k8s is. |
I think https://bugzilla.redhat.com/show_bug.cgi?id=1550644 and https://bugzilla.redhat.com/show_bug.cgi?id=1552670 indicates we need this in 3.9 |
@bparees Yes, I agree that we should add this to 3.9. |
/lgtm |
title of |
@juanvallejo this may address your 2 bugs |
adding carries to this dependency mean we need a fork at https://github.com/openshift/docker-docker and a glide.yaml update or the next |
yeah that's what i was afraid of. |
/hold |
b5694f6
to
99ac39c
Compare
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jim-minter 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 |
3.9 milestone gets you near the top. retest-not-required gets you to the very top :) |
which is where this should be since it could be causing some of our test flakes in the 3.9 branch (it is definitely causing them in master). it also saves our merge queue some work retesting something for no good reason. |
/retest |
Automatic merge from submit-queue. |
reported upstream in kubernetes/kubernetes#61557 |
moby/moby#36516
moby/moby#36517