-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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 busybox image link to gcr.io for kube-proxy #53818
Update busybox image link to gcr.io for kube-proxy #53818
Conversation
/lgtm |
/approve no-issue |
/retest |
@@ -56,7 +56,7 @@ spec: | |||
hostNetwork: true | |||
initContainers: | |||
- name: touch-lock | |||
image: busybox |
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.
gcr.io/google_containers/busybox:1.24
is pretty old (much older than :latest
in dockerhub) - why are we using it?
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.
Updated to gcr.io/google_containers/busybox:1.27
, corresponding to busybox:1.27
.
/hold |
a944ee9
to
83b8155
Compare
/retest |
/hold cancel |
/lgtm |
You need to get cherry pick approved. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, MrHohn Associated issue requirement bypassed by: bowei The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/assign @wojtek-t |
I'm obviously fine with cherrypicking. |
@wojtek-t Thanks! Release note added to this PR. |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
What this PR does / why we need it: Point busybox image to gcr.io.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #NONESpecial notes for your reviewer:
@ixdy @bowei
Release note: