-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 busybox image to version 1.28 #31989
fix busybox image to version 1.28 #31989
Conversation
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 7122a44 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/621fca2114b49d00077a89a9 😎 Browse the preview: https://deploy-preview-31989--kubernetes-io-main-staging.netlify.app |
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.
@guettli please restrict this change to just English, as per https://kubernetes.io/docs/contribute/new-content/#languages-per-pr
Making these changes across lots of localizations is problematic because each localization team already has a workflow for adapting changes that are made to English.
Please also update the PR description to make it clear why this change is required and appropriate. If you omit that justification, you're expecting reviewers to provide that context themselves.
Changes where done with these commands: reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples Related issues: docker-library/busybox#48 kubernetes/kubernetes#66924
009696f
to
7122a44
Compare
@sftim thank you for looking into my PR. I updated the PR to only change "en". I added two links to related issues which explain the issue in depth. Please let me know if there is anything which I need to do. |
/remove-language de es fr id it |
/remove-language ja ko pt ru vi zh |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
/lgtm |
LGTM label has been added. Git tree hash: 49ff9635fea0b4103a46e7ffdf4df18751cef6ba
|
The current busybox image has issues with
nslookup
.This confuses users again and again.
This PR fixes the image to
busybox:1.28
.Closes #31930